mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 17:45:53 +00:00
Made Cirno float
This commit is contained in:
parent
b720990fe2
commit
98af0dc1ea
12 changed files with 349 additions and 13 deletions
74
Resources/Sprites/player_float_legs.tres
Normal file
74
Resources/Sprites/player_float_legs.tres
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=7 format=3 uid="uid://byb4cbb23cawf"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b0yaotgm0622f" path="res://Sprites/Actors/Cirno_Float_Legs.png" id="1_kh0jv"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_acxb7"]
|
||||
atlas = ExtResource("1_kh0jv")
|
||||
region = Rect2(0, 0, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_rmmtq"]
|
||||
atlas = ExtResource("1_kh0jv")
|
||||
region = Rect2(0, 0, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_xf58l"]
|
||||
atlas = ExtResource("1_kh0jv")
|
||||
region = Rect2(0, 32, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_1jl6q"]
|
||||
atlas = ExtResource("1_kh0jv")
|
||||
region = Rect2(0, 48, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_vtgdn"]
|
||||
atlas = ExtResource("1_kh0jv")
|
||||
region = Rect2(0, 16, 16, 16)
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": null
|
||||
}],
|
||||
"loop": false,
|
||||
"name": &"Drowning",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_acxb7")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"idle",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_rmmtq")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk_down",
|
||||
"speed": 8.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_xf58l")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk_left",
|
||||
"speed": 8.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_1jl6q")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk_right",
|
||||
"speed": 8.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_vtgdn")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk_up",
|
||||
"speed": 8.0
|
||||
}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue