Добавлен босс
This commit is contained in:
parent
b01a092fdb
commit
66558fb1e3
12 changed files with 360 additions and 9 deletions
42
sprites/enemies/boss/clow.tres
Normal file
42
sprites/enemies/boss/clow.tres
Normal file
|
@ -0,0 +1,42 @@
|
|||
[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
|
||||
}]
|
Loading…
Add table
Add a link
Reference in a new issue