[gd_scene load_steps=5 format=3 uid="uid://21dnwl0rfjcd"] [ext_resource type="PackedScene" uid="uid://c3w3n7ysd02bd" path="res://scenes/Player.tscn" id="1_go701"] [ext_resource type="Script" uid="uid://d2jx8gdq5o5d7" path="res://scripts/player.gd" id="2_5a7ea"] [sub_resource type="QuadMesh" id="QuadMesh_go701"] size = Vector2(1000, 100) [sub_resource type="RectangleShape2D" id="RectangleShape2D_go701"] size = Vector2(1001, 98) [node name="World" type="Node2D"] [node name="Player" parent="." instance=ExtResource("1_go701")] position = Vector2(601, 137) script = ExtResource("2_5a7ea") [node name="Platform" type="StaticBody2D" parent="."] position = Vector2(604, 135) [node name="MeshInstance2D" type="MeshInstance2D" parent="Platform"] position = Vector2(-35, 194) mesh = SubResource("QuadMesh_go701") [node name="CollisionShape2D" type="CollisionShape2D" parent="Platform"] position = Vector2(-35.5, 194) shape = SubResource("RectangleShape2D_go701")