Сцены дней
This commit is contained in:
parent
2a2399dc2c
commit
7afef58a7f
10 changed files with 1008 additions and 8 deletions
Binary file not shown.
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 135 KiB |
18
resources/sprites/npcs/Empty.tres
Normal file
18
resources/sprites/npcs/Empty.tres
Normal file
|
@ -0,0 +1,18 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=3 format=3 uid="uid://wu7pmuvjw5qm"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c2l2x12w8fsdu" path="res://resources/sprites/npcs/captain.png" id="1_l2h64"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_tn0ip"]
|
||||
atlas = ExtResource("1_l2h64")
|
||||
region = Rect2(0, 0, 23, 16)
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_tn0ip")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
Loading…
Add table
Add a link
Reference in a new issue