30 lines
734 B
Text
30 lines
734 B
Text
[gd_resource type="SpriteFrames" load_steps=4 format=3 uid="uid://8qygv4lq4pjf"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://duv3fbjw53vtw" path="res://sprites/tiles/floor/pressure_plate.png" id="1_j71no"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_aqux7"]
|
|
atlas = ExtResource("1_j71no")
|
|
region = Rect2(0, 0, 32, 32)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_vlwdt"]
|
|
atlas = ExtResource("1_j71no")
|
|
region = Rect2(32, 0, 32, 32)
|
|
|
|
[resource]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_aqux7")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_vlwdt")
|
|
}],
|
|
"loop": true,
|
|
"name": &"pressed",
|
|
"speed": 5.0
|
|
}]
|