Финальные штрихи
This commit is contained in:
parent
52ce703697
commit
c7f2417bb9
9 changed files with 193 additions and 2 deletions
|
@ -1,11 +1,40 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=11 format=3 uid="uid://bwssm27bm14s7"]
|
||||
[gd_resource type="SpriteFrames" load_steps=19 format=3 uid="uid://bwssm27bm14s7"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c2l2x12w8fsdu" path="res://resources/sprites/npcs/captain.png" id="1_dt7xe"]
|
||||
[ext_resource type="Texture2D" uid="uid://b1hbbkb0te3kw" path="res://resources/sprites/npcs/captain2.png" id="2_yrv3n"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_0smo8"]
|
||||
atlas = ExtResource("1_dt7xe")
|
||||
region = Rect2(0, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_x0dwo"]
|
||||
atlas = ExtResource("2_yrv3n")
|
||||
region = Rect2(64, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_3qn6h"]
|
||||
atlas = ExtResource("2_yrv3n")
|
||||
region = Rect2(128, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_00355"]
|
||||
atlas = ExtResource("2_yrv3n")
|
||||
region = Rect2(192, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_bjylo"]
|
||||
atlas = ExtResource("2_yrv3n")
|
||||
region = Rect2(256, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ii4h5"]
|
||||
atlas = ExtResource("2_yrv3n")
|
||||
region = Rect2(320, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_nn0j6"]
|
||||
atlas = ExtResource("2_yrv3n")
|
||||
region = Rect2(384, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_rhrn0"]
|
||||
atlas = ExtResource("2_yrv3n")
|
||||
region = Rect2(448, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_23gxd"]
|
||||
atlas = ExtResource("1_dt7xe")
|
||||
region = Rect2(64, 0, 64, 64)
|
||||
|
@ -50,6 +79,32 @@ animations = [{
|
|||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_x0dwo")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3qn6h")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_00355")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_bjylo")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ii4h5")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_nn0j6")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_rhrn0")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk",
|
||||
"speed": 13.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_23gxd")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
|
@ -74,6 +129,6 @@ animations = [{
|
|||
"texture": SubResource("AtlasTexture_080lj")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk",
|
||||
"name": &"walk2",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue