cirnogodot/Resources/Sprites/Red_Keycard_Overworld_Sprite.tres
2025-01-31 13:03:38 +01:00

25 lines
667 B
Text

[gd_resource type="SpriteFrames" load_steps=4 format=3 uid="uid://cikw4v6n0folb"]
[ext_resource type="Texture2D" uid="uid://bad6gbl2gity3" path="res://Sprites/Items/RedKeycard_Small.png" id="1_shn5c"]
[sub_resource type="AtlasTexture" id="AtlasTexture_o0au0"]
atlas = ExtResource("1_shn5c")
region = Rect2(0, 0, 16, 16)
[sub_resource type="AtlasTexture" id="AtlasTexture_fx6tu"]
atlas = ExtResource("1_shn5c")
region = Rect2(16, 0, 16, 16)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_o0au0")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_fx6tu")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]