Enemy debris

This commit is contained in:
Marco 2025-08-05 16:24:21 +02:00
commit 0293291315
19 changed files with 175 additions and 27 deletions

View file

@ -0,0 +1,18 @@
[gd_resource type="SpriteFrames" load_steps=3 format=3 uid="uid://bhpipyiuydlul"]
[ext_resource type="Texture2D" uid="uid://cpyt4ipdi4c4k" path="res://Sprites/Actors/Fairy_Dead.png" id="1_u2u64"]
[sub_resource type="AtlasTexture" id="AtlasTexture_y2gca"]
atlas = ExtResource("1_u2u64")
region = Rect2(0, 0, 16, 16)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_y2gca")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]

View 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
}]