mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 17:31:16 +00:00
Controllable enemies
This commit is contained in:
parent
cf4b11d157
commit
0aad79a0f8
18 changed files with 893 additions and 23 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue