Добавлен босс

This commit is contained in:
Евгений Титаренко 2023-08-19 14:37:52 +03:00
parent b01a092fdb
commit 66558fb1e3
12 changed files with 360 additions and 9 deletions

View 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
}]