mirror of
https://github.com/Steffo99/watermelonkeys-patched-ld51.git
synced 2024-11-22 08:04:19 +00:00
25 lines
758 B
Text
25 lines
758 B
Text
[gd_resource type="SpriteFrames" load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://ASSETS/Player/Giovanna.png" type="Texture" id=1]
|
|
[ext_resource path="res://ASSETS/Player/Giovanna2.png" type="Texture" id=2]
|
|
[ext_resource path="res://ASSETS/Player/Giovanna1.png" type="Texture" id=3]
|
|
[ext_resource path="res://ASSETS/Player/Giovanna4.png" type="Texture" id=4]
|
|
[ext_resource path="res://ASSETS/Player/Giovanna3.png" type="Texture" id=5]
|
|
|
|
[resource]
|
|
animations = [ {
|
|
"frames": [ ExtResource( 4 ) ],
|
|
"loop": true,
|
|
"name": "air",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [ ExtResource( 1 ) ],
|
|
"loop": true,
|
|
"name": "idle",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [ ExtResource( 1 ), ExtResource( 3 ), ExtResource( 2 ), ExtResource( 5 ) ],
|
|
"loop": true,
|
|
"name": "walk",
|
|
"speed": 10.0
|
|
} ]
|