20 lines
454 B
Plaintext
20 lines
454 B
Plaintext
[gd_resource type="SpriteFrames" load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://images/Controls/PressLeft.png" type="Texture" id=1]
|
|
|
|
[sub_resource type="AtlasTexture" id=1]
|
|
atlas = ExtResource( 1 )
|
|
region = Rect2( 0, 0, 8, 9 )
|
|
|
|
[sub_resource type="AtlasTexture" id=2]
|
|
atlas = ExtResource( 1 )
|
|
region = Rect2( 8, 0, 8, 9 )
|
|
|
|
[resource]
|
|
animations = [ {
|
|
"frames": [ SubResource( 1 ), SubResource( 2 ) ],
|
|
"loop": true,
|
|
"name": "default",
|
|
"speed": 2.0
|
|
} ]
|