Made cirno animations faster

This commit is contained in:
MaddoScientisto 2025-03-25 19:15:04 +01:00
commit 8eb462fb27

View file

@ -178,7 +178,7 @@ animations = [{
}],
"loop": true,
"name": &"walk_down",
"speed": 5.0
"speed": 8.0
}, {
"frames": [{
"duration": 1.0,
@ -192,7 +192,7 @@ animations = [{
}],
"loop": true,
"name": &"walk_left",
"speed": 5.0
"speed": 8.0
}, {
"frames": [{
"duration": 1.0,
@ -206,7 +206,7 @@ animations = [{
}],
"loop": true,
"name": &"walk_right",
"speed": 5.0
"speed": 8.0
}, {
"frames": [{
"duration": 1.0,
@ -220,5 +220,5 @@ animations = [{
}],
"loop": true,
"name": &"walk_up",
"speed": 5.0
"speed": 8.0
}]