[gd_scene load_steps=3 format=3 uid="uid://50xcswe0qij3"] [ext_resource type="Script" path="res://Player.gd" id="1"] [sub_resource type="CapsuleShape2D" id="1"] radius = 50.0 height = 248.0 [node name="player" type="CharacterBody2D"] position = Vector2(456, 304) script = ExtResource("1") [node name="Polygon2D" type="Polygon2D" parent="."] position = Vector2(39, -75) scale = Vector2(0.902439, 1) polygon = PackedVector2Array(15, -49, -13, -49, -20, 22, -7, 61, -55, 65, -7, 80, -35.054, 175, 4, 98, 44, 177, 15, 77, 63.5676, 57, 12, 62, 23, 21) [node name="CollisionShape2D" type="CollisionShape2D" parent="."] position = Vector2(43, -5) shape = SubResource("1")