mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-22 08:04:23 +00:00
63 lines
1.9 KiB
Text
63 lines
1.9 KiB
Text
[gd_resource type="SpriteFrames" load_steps=14 format=2]
|
|
|
|
[ext_resource path="res://Sprites/Gatto/zampe_dx_3.png" type="Texture" id=1]
|
|
[ext_resource path="res://Sprites/Gatto/zampe_basso.png" type="Texture" id=2]
|
|
[ext_resource path="res://Sprites/Gatto/zampe_alto.png" type="Texture" id=3]
|
|
[ext_resource path="res://Sprites/Gatto/zampe_dx_2.png" type="Texture" id=4]
|
|
[ext_resource path="res://Sprites/Gatto/zampe_centro.png" type="Texture" id=5]
|
|
[ext_resource path="res://Sprites/Gatto/zampe_lato_2.png" type="Texture" id=6]
|
|
[ext_resource path="res://Sprites/Gatto/zampe_alto_dx.png" type="Texture" id=7]
|
|
[ext_resource path="res://Sprites/Gatto/zampe_basso_dx.png" type="Texture" id=8]
|
|
[ext_resource path="res://Sprites/Gatto/zampe_lato_1.png" type="Texture" id=9]
|
|
[ext_resource path="res://Sprites/Gatto/zampe_lato_3.png" type="Texture" id=10]
|
|
[ext_resource path="res://Sprites/Gatto/zampe_basso_lato.png" type="Texture" id=11]
|
|
[ext_resource path="res://Sprites/Gatto/zampe_dx_1.png" type="Texture" id=12]
|
|
[ext_resource path="res://Sprites/Gatto/zampe_alto_lato.png" type="Texture" id=13]
|
|
|
|
[resource]
|
|
animations = [ {
|
|
"frames": [ ExtResource( 3 ) ],
|
|
"loop": true,
|
|
"name": "up",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [ ExtResource( 2 ) ],
|
|
"loop": true,
|
|
"name": "down",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [ ExtResource( 5 ) ],
|
|
"loop": true,
|
|
"name": "neutral",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [ ExtResource( 8 ) ],
|
|
"loop": true,
|
|
"name": "down_right",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [ ExtResource( 11 ) ],
|
|
"loop": true,
|
|
"name": "down_left",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [ ExtResource( 12 ), ExtResource( 4 ), ExtResource( 1 ) ],
|
|
"loop": true,
|
|
"name": "neutral_right",
|
|
"speed": 8.0
|
|
}, {
|
|
"frames": [ ExtResource( 9 ), ExtResource( 6 ), ExtResource( 10 ) ],
|
|
"loop": true,
|
|
"name": "neutral_left",
|
|
"speed": 8.0
|
|
}, {
|
|
"frames": [ ExtResource( 7 ) ],
|
|
"loop": true,
|
|
"name": "up_right",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [ ExtResource( 13 ) ],
|
|
"loop": true,
|
|
"name": "up_left",
|
|
"speed": 5.0
|
|
} ]
|