mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-04 13:41:15 +00:00
Enemy debris
This commit is contained in:
parent
54b4d94491
commit
0293291315
19 changed files with 175 additions and 27 deletions
25
Resources/Sprites/Fairy_Guard_Dead.tres
Normal file
25
Resources/Sprites/Fairy_Guard_Dead.tres
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=4 format=3 uid="uid://xiirmmgfsya6"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://xhwfgbv0fjbr" path="res://Sprites/Actors/FairyGuard.png" id="1_3gu4u"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_jnpnu"]
|
||||
atlas = ExtResource("1_3gu4u")
|
||||
region = Rect2(0, 64, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_rx5mb"]
|
||||
atlas = ExtResource("1_3gu4u")
|
||||
region = Rect2(16, 64, 16, 16)
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_jnpnu")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_rx5mb")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue