generated from mstar/godot-template
32 lines
No EOL
870 B
Text
32 lines
No EOL
870 B
Text
[gd_resource type="SpriteFrames" load_steps=5 format=3 uid="uid://bd6qrrf56opgk"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://d1qd8hglnd0lr" path="res://Resources/Pokemon/Raw/Back/GYARADOS_1.png" id="1_gn4t5"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_sqi8l"]
|
|
atlas = ExtResource("1_gn4t5")
|
|
region = Rect2(0, 0, 100, 100)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_53xv2"]
|
|
atlas = ExtResource("1_gn4t5")
|
|
region = Rect2(100, 0, 100, 100)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_22qsi"]
|
|
atlas = ExtResource("1_gn4t5")
|
|
region = Rect2(200, 0, 100, 100)
|
|
|
|
[resource]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_sqi8l")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_53xv2")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_22qsi")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 12.0
|
|
}] |