[gd_scene load_steps=3 format=2] [ext_resource path="res://src/actors/players/playerD/Player.tscn" type="PackedScene" id=1] [sub_resource type="RectangleShape2D" id=1] extents = Vector2( 208, 20 ) [node name="Main" type="Node2D"] [node name="Player" parent="." instance=ExtResource( 1 )] position = Vector2( 147, 101 ) [node name="ColorRect" type="ColorRect" parent="."] margin_top = 160.0 margin_right = 416.0 margin_bottom = 200.0 [node name="StaticBody2D" type="StaticBody2D" parent="ColorRect"] [node name="CollisionShape2D" type="CollisionShape2D" parent="ColorRect/StaticBody2D"] position = Vector2( 208, 20 ) shape = SubResource( 1 )