205 lines
5.7 KiB
Plaintext
205 lines
5.7 KiB
Plaintext
[gd_scene format=3 uid="uid://s0utas3jmhjk"]
|
|
|
|
[ext_resource type="Script" uid="uid://c17de7vvtri1e" path="res://scripts/player.gd" id="1_3vyb7"]
|
|
[ext_resource type="Texture2D" uid="uid://bihghvekq435s" path="res://assets/graphics/player/jump_fall/player jump 48x48.png" id="2_dqkch"]
|
|
[ext_resource type="Texture2D" uid="uid://dyus25iplw8ei" path="res://assets/graphics/player/idle/Player Idle 48x48.png" id="2_g2els"]
|
|
[ext_resource type="Texture2D" uid="uid://3c7ngirfyrkh" path="res://assets/graphics/player/running/player run 48x48.png" id="3_qhqgy"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_uwrxv"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_i4ail"]
|
|
atlas = ExtResource("2_dqkch")
|
|
region = Rect2(96, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_qhqgy"]
|
|
atlas = ExtResource("2_g2els")
|
|
region = Rect2(0, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_dqkch"]
|
|
atlas = ExtResource("2_g2els")
|
|
region = Rect2(48, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_qlg0r"]
|
|
atlas = ExtResource("2_g2els")
|
|
region = Rect2(96, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_tuyoq"]
|
|
atlas = ExtResource("2_g2els")
|
|
region = Rect2(144, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_fjrip"]
|
|
atlas = ExtResource("2_g2els")
|
|
region = Rect2(192, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_smehm"]
|
|
atlas = ExtResource("2_g2els")
|
|
region = Rect2(240, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ur7pv"]
|
|
atlas = ExtResource("2_g2els")
|
|
region = Rect2(288, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_y4r1p"]
|
|
atlas = ExtResource("2_g2els")
|
|
region = Rect2(336, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_d2wvv"]
|
|
atlas = ExtResource("2_g2els")
|
|
region = Rect2(384, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_3v2ag"]
|
|
atlas = ExtResource("2_g2els")
|
|
region = Rect2(432, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_a38lo"]
|
|
atlas = ExtResource("2_dqkch")
|
|
region = Rect2(0, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_4ni07"]
|
|
atlas = ExtResource("2_dqkch")
|
|
region = Rect2(48, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_jej6c"]
|
|
atlas = ExtResource("3_qhqgy")
|
|
region = Rect2(0, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_f1ej7"]
|
|
atlas = ExtResource("3_qhqgy")
|
|
region = Rect2(48, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_oprun"]
|
|
atlas = ExtResource("3_qhqgy")
|
|
region = Rect2(96, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_a8ls1"]
|
|
atlas = ExtResource("3_qhqgy")
|
|
region = Rect2(144, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_qfm1y"]
|
|
atlas = ExtResource("3_qhqgy")
|
|
region = Rect2(192, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_fulsm"]
|
|
atlas = ExtResource("3_qhqgy")
|
|
region = Rect2(240, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_4r5pv"]
|
|
atlas = ExtResource("3_qhqgy")
|
|
region = Rect2(288, 0, 48, 48)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_60mlk"]
|
|
atlas = ExtResource("3_qhqgy")
|
|
region = Rect2(336, 0, 48, 48)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_jej6c"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_i4ail")
|
|
}],
|
|
"loop": false,
|
|
"name": &"falling",
|
|
"speed": 12.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_qhqgy")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_dqkch")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_qlg0r")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_tuyoq")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_fjrip")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_smehm")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_ur7pv")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_y4r1p")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_d2wvv")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_3v2ag")
|
|
}],
|
|
"loop": true,
|
|
"name": &"idle",
|
|
"speed": 12.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_a38lo")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_4ni07")
|
|
}],
|
|
"loop": false,
|
|
"name": &"jumping",
|
|
"speed": 12.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_jej6c")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_f1ej7")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_oprun")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_a8ls1")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_qfm1y")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_fulsm")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_4r5pv")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_60mlk")
|
|
}],
|
|
"loop": true,
|
|
"name": &"running",
|
|
"speed": 12.0
|
|
}]
|
|
|
|
[node name="Player" type="CharacterBody2D" unique_id=161143934]
|
|
script = ExtResource("1_3vyb7")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1128789199]
|
|
shape = SubResource("CircleShape2D_uwrxv")
|
|
debug_color = Color(0.28743955, 0.62438726, 0.25921708, 0.41960785)
|
|
|
|
[node name="RightTarget" type="Marker2D" parent="." unique_id=1084058194]
|
|
position = Vector2(15, -3)
|
|
|
|
[node name="LeftTarget" type="Marker2D" parent="." unique_id=212282016]
|
|
position = Vector2(-15, -3)
|
|
|
|
[node name="PlayerGraphic" type="AnimatedSprite2D" parent="." unique_id=726229378]
|
|
texture_filter = 1
|
|
position = Vector2(1, -7)
|
|
sprite_frames = SubResource("SpriteFrames_jej6c")
|
|
animation = &"falling"
|
|
autoplay = "idle"
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="." unique_id=600604016]
|
|
offset = Vector2(0, -30)
|
|
|
|
[connection signal="animation_finished" from="PlayerGraphic" to="." method="_on_animation_finished"]
|