cirnogodot/Resources/Enemies/Crystal_Purple_Animations.tres

59 lines
1.3 KiB
Text

[gd_resource type="SpriteFrames" format=3 uid="uid://df5mrk1pvnjvi"]
[ext_resource type="Texture2D" uid="uid://d2uwmixqx8yr7" path="res://ExternalMaterial/CrystalEnemies/Crystal_Enemy.png.png" id="1_bwygt"]
[sub_resource type="AtlasTexture" id="AtlasTexture_70ir1"]
atlas = ExtResource("1_bwygt")
region = Rect2(0, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_nltpy"]
atlas = ExtResource("1_bwygt")
region = Rect2(0, 32, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_a502u"]
atlas = ExtResource("1_bwygt")
region = Rect2(0, 64, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_rabkd"]
atlas = ExtResource("1_bwygt")
region = Rect2(0, 96, 32, 32)
[resource]
animations = [{
"frames": [],
"loop": true,
"name": &"dead",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_70ir1")
}],
"loop": true,
"name": &"down",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_nltpy")
}],
"loop": true,
"name": &"left",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_a502u")
}],
"loop": true,
"name": &"right",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_rabkd")
}],
"loop": true,
"name": &"up",
"speed": 5.0
}]