30 lines
726 B
Text
30 lines
726 B
Text
[gd_resource type="SpriteFrames" load_steps=4 format=3 uid="uid://dmjrl5432nw0h"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bnm5j2hre4rek" path="res://sprites/enemies/boss/boss.png" id="1_x8bho"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_611s7"]
|
|
atlas = ExtResource("1_x8bho")
|
|
region = Rect2(0, 0, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ilows"]
|
|
atlas = ExtResource("1_x8bho")
|
|
region = Rect2(32, 0, 32, 32)
|
|
|
|
[resource]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_611s7")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_ilows")
|
|
}],
|
|
"loop": true,
|
|
"name": &"injured",
|
|
"speed": 5.0
|
|
}]
|