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