chill-jam-10-2024/resources/sprites/key.tres

25 lines
658 B
Text

[gd_resource type="SpriteFrames" load_steps=4 format=3 uid="uid://bvnfvjn7am8tc"]
[ext_resource type="Texture2D" uid="uid://bk3dqr0ujxjk8" path="res://resources/sprites/key.png" id="1_nefnl"]
[sub_resource type="AtlasTexture" id="AtlasTexture_mityh"]
atlas = ExtResource("1_nefnl")
region = Rect2(0, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_asbi3"]
atlas = ExtResource("1_nefnl")
region = Rect2(32, 0, 32, 32)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_mityh")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_asbi3")
}],
"loop": true,
"name": &"default",
"speed": 2.0
}]