Прогрессия 7
This commit is contained in:
parent
bc6c8934e7
commit
52ce703697
7 changed files with 479 additions and 11 deletions
|
@ -1,11 +1,40 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=11 format=3 uid="uid://e8ybb7seykdx"]
|
||||
[gd_resource type="SpriteFrames" load_steps=19 format=3 uid="uid://e8ybb7seykdx"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c50svxafnldco" path="res://resources/sprites/player/player.png" id="1_dm8qi"]
|
||||
[ext_resource type="Texture2D" uid="uid://dnfl5s2jomppo" path="res://resources/sprites/player/main.png" id="2_u64dd"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_1e4dj"]
|
||||
atlas = ExtResource("1_dm8qi")
|
||||
region = Rect2(0, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yhnkw"]
|
||||
atlas = ExtResource("2_u64dd")
|
||||
region = Rect2(64, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_t773d"]
|
||||
atlas = ExtResource("2_u64dd")
|
||||
region = Rect2(128, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_jtt6x"]
|
||||
atlas = ExtResource("2_u64dd")
|
||||
region = Rect2(192, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_s6u4e"]
|
||||
atlas = ExtResource("2_u64dd")
|
||||
region = Rect2(256, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_nxmti"]
|
||||
atlas = ExtResource("2_u64dd")
|
||||
region = Rect2(320, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_s1irt"]
|
||||
atlas = ExtResource("2_u64dd")
|
||||
region = Rect2(384, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_at6o4"]
|
||||
atlas = ExtResource("2_u64dd")
|
||||
region = Rect2(448, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_plu4p"]
|
||||
atlas = ExtResource("1_dm8qi")
|
||||
region = Rect2(64, 0, 64, 64)
|
||||
|
@ -50,6 +79,32 @@ animations = [{
|
|||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_yhnkw")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_t773d")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_jtt6x")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_s6u4e")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_nxmti")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_s1irt")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_at6o4")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk",
|
||||
"speed": 13.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_plu4p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
|
@ -74,6 +129,6 @@ animations = [{
|
|||
"texture": SubResource("AtlasTexture_vm47t")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk",
|
||||
"name": &"walk2",
|
||||
"speed": 14.0
|
||||
}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue