Controllable enemies

This commit is contained in:
Marco 2025-03-21 17:52:01 +01:00
commit 0aad79a0f8
18 changed files with 893 additions and 23 deletions

View file

@ -1,4 +1,4 @@
[gd_resource type="SpriteFrames" load_steps=10 format=3 uid="uid://bcc5mlwwnkvri"]
[gd_resource type="SpriteFrames" load_steps=11 format=3 uid="uid://bcc5mlwwnkvri"]
[ext_resource type="Texture2D" uid="uid://xgxxdq37pykh" path="res://Sprites/Actors/Fairy.png" id="1_dnfgi"]
@ -30,7 +30,11 @@ region = Rect2(16, 16, 16, 16)
atlas = ExtResource("1_dnfgi")
region = Rect2(0, 48, 16, 16)
[sub_resource type="AtlasTexture" id="AtlasTexture_c2w8n"]
[sub_resource type="AtlasTexture" id="AtlasTexture_6os6y"]
atlas = ExtResource("1_dnfgi")
region = Rect2(0, 48, 16, 16)
[sub_resource type="AtlasTexture" id="AtlasTexture_m2qbo"]
atlas = ExtResource("1_dnfgi")
region = Rect2(16, 48, 16, 16)
@ -74,7 +78,10 @@ animations = [{
"texture": SubResource("AtlasTexture_cciyq")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_c2w8n")
"texture": SubResource("AtlasTexture_6os6y")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_m2qbo")
}],
"loop": true,
"name": &"up",