mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 09:35:34 +00:00
25 lines
649 B
Text
25 lines
649 B
Text
[gd_resource type="SpriteFrames" format=3 uid="uid://xiirmmgfsya6"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://xhwfgbv0fjbr" path="res://Sprites/Actors/FairyGuard.png" id="1_3gu4u"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_jnpnu"]
|
|
atlas = ExtResource("1_3gu4u")
|
|
region = Rect2(0, 64, 16, 16)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_rx5mb"]
|
|
atlas = ExtResource("1_3gu4u")
|
|
region = Rect2(16, 64, 16, 16)
|
|
|
|
[resource]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_jnpnu")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_rx5mb")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|