42 lines
977 B
Text
42 lines
977 B
Text
[gd_resource type="SpriteFrames" load_steps=5 format=3 uid="uid://cv5pr1b527h20"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://ddic3cif33i1d" path="res://sprites/enemies/boss/claw.png" id="1_svj1b"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ellfe"]
|
|
atlas = ExtResource("1_svj1b")
|
|
region = Rect2(64, 0, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_joy44"]
|
|
atlas = ExtResource("1_svj1b")
|
|
region = Rect2(0, 0, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_vbtsi"]
|
|
atlas = ExtResource("1_svj1b")
|
|
region = Rect2(32, 0, 32, 32)
|
|
|
|
[resource]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_ellfe")
|
|
}],
|
|
"loop": true,
|
|
"name": &"attack",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_joy44")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_vbtsi")
|
|
}],
|
|
"loop": true,
|
|
"name": &"prepare",
|
|
"speed": 5.0
|
|
}]
|