[gd_scene load_steps=28 format=3 uid="uid://b0snboj7mbad5"] [ext_resource type="Script" path="res://Scripts/Player.gd" id="1_mjl5w"] [ext_resource type="Texture2D" uid="uid://jnn6hcmfgyfo" path="res://Assets/graphics/player/idle/Player Idle 48x48.png" id="2_20p21"] [ext_resource type="Texture2D" uid="uid://ciaht230dnmu3" path="res://Assets/graphics/player/run/player run 48x48.png" id="3_ergv2"] [ext_resource type="Texture2D" uid="uid://bv1oc2iwohejk" path="res://Assets/graphics/player/jump/player jump 48x48.png" id="3_riawr"] [sub_resource type="CircleShape2D" id="CircleShape2D_xiumq"] [sub_resource type="AtlasTexture" id="AtlasTexture_u237n"] atlas = ExtResource("2_20p21") region = Rect2(0, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_mwuqw"] atlas = ExtResource("2_20p21") region = Rect2(48, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_gtkhb"] atlas = ExtResource("2_20p21") region = Rect2(96, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_vtevr"] atlas = ExtResource("2_20p21") region = Rect2(144, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_jrohu"] atlas = ExtResource("2_20p21") region = Rect2(192, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_rgamt"] atlas = ExtResource("2_20p21") region = Rect2(240, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_puq2s"] atlas = ExtResource("2_20p21") region = Rect2(288, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_ppcu1"] atlas = ExtResource("2_20p21") region = Rect2(336, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_0p4g1"] atlas = ExtResource("2_20p21") region = Rect2(384, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_dg258"] atlas = ExtResource("2_20p21") region = Rect2(432, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_ehgkh"] atlas = ExtResource("3_riawr") region = Rect2(0, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_w5jq5"] atlas = ExtResource("3_riawr") region = Rect2(48, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_d44wy"] atlas = ExtResource("3_riawr") region = Rect2(96, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_yr6yg"] atlas = ExtResource("3_ergv2") region = Rect2(0, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_tefua"] atlas = ExtResource("3_ergv2") region = Rect2(48, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_f0env"] atlas = ExtResource("3_ergv2") region = Rect2(96, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_uigva"] atlas = ExtResource("3_ergv2") region = Rect2(144, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_kiw7g"] atlas = ExtResource("3_ergv2") region = Rect2(192, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_5wcjn"] atlas = ExtResource("3_ergv2") region = Rect2(240, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_htmkr"] atlas = ExtResource("3_ergv2") region = Rect2(288, 0, 48, 48) [sub_resource type="AtlasTexture" id="AtlasTexture_dyj62"] atlas = ExtResource("3_ergv2") region = Rect2(336, 0, 48, 48) [sub_resource type="SpriteFrames" id="SpriteFrames_tbufb"] animations = [{ "frames": [{ "duration": 1.0, "texture": SubResource("AtlasTexture_u237n") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_mwuqw") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_gtkhb") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_vtevr") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_jrohu") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_rgamt") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_puq2s") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_ppcu1") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_0p4g1") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_dg258") }], "loop": true, "name": &"idle", "speed": 12.0 }, { "frames": [{ "duration": 1.0, "texture": SubResource("AtlasTexture_ehgkh") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_w5jq5") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_d44wy") }], "loop": false, "name": &"jump", "speed": 9.0 }, { "frames": [{ "duration": 1.0, "texture": SubResource("AtlasTexture_yr6yg") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_tefua") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_f0env") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_uigva") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_kiw7g") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_5wcjn") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_htmkr") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_dyj62") }], "loop": true, "name": &"run", "speed": 12.0 }] [node name="CharacterBody2D" type="CharacterBody2D"] script = ExtResource("1_mjl5w") metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("CircleShape2D_xiumq") debug_color = Color(0.234989, 0.626043, 0.349119, 0.42) [node name="rightCast" type="RayCast2D" parent="."] target_position = Vector2(16, 0) [node name="leftCast" type="RayCast2D" parent="."] target_position = Vector2(-16, 0) [node name="rightTarget" type="Node2D" parent="."] position = Vector2(24, -26) [node name="leftTarget" type="Node2D" parent="."] position = Vector2(-25, -26) [node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] texture_filter = 1 position = Vector2(2, -11) scale = Vector2(1.54734, 1.26736) sprite_frames = SubResource("SpriteFrames_tbufb") animation = &"jump" autoplay = "jump" [node name="Camera2D" type="Camera2D" parent="."]