mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 03:53:48 +00:00
Made cirno animations faster
This commit is contained in:
parent
355e020563
commit
8eb462fb27
1 changed files with 4 additions and 4 deletions
|
|
@ -178,7 +178,7 @@ animations = [{
|
||||||
}],
|
}],
|
||||||
"loop": true,
|
"loop": true,
|
||||||
"name": &"walk_down",
|
"name": &"walk_down",
|
||||||
"speed": 5.0
|
"speed": 8.0
|
||||||
}, {
|
}, {
|
||||||
"frames": [{
|
"frames": [{
|
||||||
"duration": 1.0,
|
"duration": 1.0,
|
||||||
|
|
@ -192,7 +192,7 @@ animations = [{
|
||||||
}],
|
}],
|
||||||
"loop": true,
|
"loop": true,
|
||||||
"name": &"walk_left",
|
"name": &"walk_left",
|
||||||
"speed": 5.0
|
"speed": 8.0
|
||||||
}, {
|
}, {
|
||||||
"frames": [{
|
"frames": [{
|
||||||
"duration": 1.0,
|
"duration": 1.0,
|
||||||
|
|
@ -206,7 +206,7 @@ animations = [{
|
||||||
}],
|
}],
|
||||||
"loop": true,
|
"loop": true,
|
||||||
"name": &"walk_right",
|
"name": &"walk_right",
|
||||||
"speed": 5.0
|
"speed": 8.0
|
||||||
}, {
|
}, {
|
||||||
"frames": [{
|
"frames": [{
|
||||||
"duration": 1.0,
|
"duration": 1.0,
|
||||||
|
|
@ -220,5 +220,5 @@ animations = [{
|
||||||
}],
|
}],
|
||||||
"loop": true,
|
"loop": true,
|
||||||
"name": &"walk_up",
|
"name": &"walk_up",
|
||||||
"speed": 5.0
|
"speed": 8.0
|
||||||
}]
|
}]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue