Отображение в редакторе при изменении экспортированных переменных, музыка на все дни, звуки дверей, NPC.
This commit is contained in:
parent
fec3f22665
commit
3c1619ee9f
47 changed files with 657 additions and 89 deletions
79
resources/sprites/npcs/captain.tres
Normal file
79
resources/sprites/npcs/captain.tres
Normal file
|
@ -0,0 +1,79 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=11 format=3 uid="uid://bwssm27bm14s7"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c2l2x12w8fsdu" path="res://resources/sprites/npcs/captain.png" id="1_dt7xe"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_0smo8"]
|
||||
atlas = ExtResource("1_dt7xe")
|
||||
region = Rect2(0, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_23gxd"]
|
||||
atlas = ExtResource("1_dt7xe")
|
||||
region = Rect2(64, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_itlv8"]
|
||||
atlas = ExtResource("1_dt7xe")
|
||||
region = Rect2(128, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_tp0fr"]
|
||||
atlas = ExtResource("1_dt7xe")
|
||||
region = Rect2(192, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_8u8o5"]
|
||||
atlas = ExtResource("1_dt7xe")
|
||||
region = Rect2(256, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_c236t"]
|
||||
atlas = ExtResource("1_dt7xe")
|
||||
region = Rect2(320, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_4lix5"]
|
||||
atlas = ExtResource("1_dt7xe")
|
||||
region = Rect2(384, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_rkj7s"]
|
||||
atlas = ExtResource("1_dt7xe")
|
||||
region = Rect2(448, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_080lj"]
|
||||
atlas = ExtResource("1_dt7xe")
|
||||
region = Rect2(512, 0, 64, 64)
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_0smo8")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_23gxd")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_itlv8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_tp0fr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_8u8o5")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_c236t")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_4lix5")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_rkj7s")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_080lj")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk",
|
||||
"speed": 5.0
|
||||
}]
|
Loading…
Add table
Add a link
Reference in a new issue