No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

foreground.tscn 748B

1234567891011121314151617181920212223
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://scenes/effets/ScrollingBG.tscn" type="PackedScene" id=1]
  3. [ext_resource path="res://ressources/backgrounds/road3.png" type="Texture" id=2]
  4. [sub_resource type="RectangleShape2D" id=1]
  5. extents = Vector2( 552.889, 78.6175 )
  6. [node name="foreground" type="Node2D"]
  7. [node name="ScrollingBG" parent="." instance=ExtResource( 1 )]
  8. margin_left = 0.734742
  9. margin_top = -356.907
  10. margin_right = 1920.73
  11. margin_bottom = 723.093
  12. rect_scale = Vector2( 0.533041, 0.912837 )
  13. texture = ExtResource( 2 )
  14. [node name="StaticBody2D" type="StaticBody2D" parent="."]
  15. [node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
  16. position = Vector2( 497.671, 612.885 )
  17. shape = SubResource( 1 )