mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 16:03:48 +00:00
Restored cirno walk
This commit is contained in:
parent
3b5edf04ef
commit
e356c593eb
2 changed files with 4 additions and 4 deletions
|
|
@ -38,7 +38,7 @@ region = Rect2(112, 80, 16, 16)
|
||||||
atlas = ExtResource("1_nsg0m")
|
atlas = ExtResource("1_nsg0m")
|
||||||
region = Rect2(128, 80, 16, 16)
|
region = Rect2(128, 80, 16, 16)
|
||||||
|
|
||||||
[sub_resource type="AtlasTexture" id="AtlasTexture_la2t0"]
|
[sub_resource type="AtlasTexture" id="AtlasTexture_nsg0m"]
|
||||||
atlas = ExtResource("1_nsg0m")
|
atlas = ExtResource("1_nsg0m")
|
||||||
region = Rect2(0, 0, 16, 16)
|
region = Rect2(0, 0, 16, 16)
|
||||||
|
|
||||||
|
|
@ -129,7 +129,7 @@ animations = [{
|
||||||
}, {
|
}, {
|
||||||
"frames": [{
|
"frames": [{
|
||||||
"duration": 1.0,
|
"duration": 1.0,
|
||||||
"texture": SubResource("AtlasTexture_la2t0")
|
"texture": SubResource("AtlasTexture_nsg0m")
|
||||||
}],
|
}],
|
||||||
"loop": true,
|
"loop": true,
|
||||||
"name": &"idle",
|
"name": &"idle",
|
||||||
|
|
|
||||||
|
|
@ -270,8 +270,8 @@ material_override = ExtResource("7_yarib")
|
||||||
pixel_size = 0.05
|
pixel_size = 0.05
|
||||||
texture_filter = 0
|
texture_filter = 0
|
||||||
sprite_frames = ExtResource("12_j6bpw")
|
sprite_frames = ExtResource("12_j6bpw")
|
||||||
animation = &"walk_down"
|
animation = &"idle"
|
||||||
frame_progress = 0.44331232
|
frame_progress = 0.56080985
|
||||||
script = ExtResource("9_yarib")
|
script = ExtResource("9_yarib")
|
||||||
|
|
||||||
[node name="Legs" type="AnimatedSprite3D" parent="AnimationProvider"]
|
[node name="Legs" type="AnimatedSprite3D" parent="AnimationProvider"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue