[gd_scene load_steps=3 format=3 uid="uid://bvbelmb6rvy4f"] [ext_resource type="Script" path="res://scripts/platform.gd" id="1_xgdk6"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_ieyrm"] size = Vector2(62, 61) [node name="Platform" type="StaticBody2D"] script = ExtResource("1_xgdk6") [node name="ColorRect" type="ColorRect" parent="."] anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -31.0 offset_top = -31.0 offset_right = 31.0 offset_bottom = 30.0 grow_horizontal = 2 grow_vertical = 2 [node name="CollisionShape2D" type="CollisionShape2D" parent="."] position = Vector2(0, -0.5) shape = SubResource("RectangleShape2D_ieyrm")