Skip to content

Commit

Permalink
vgsage: speedier charge on side-special
Browse files Browse the repository at this point in the history
  • Loading branch information
sgadrat committed Mar 27, 2024
1 parent 6a15c82 commit 61567e8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions game-mod/characters/vgsage/vgsage.json
Expand Up @@ -8470,7 +8470,7 @@
"frames": [
{
"type": "animation_frame",
"duration": 3,
"duration": 2,
"sprites": [
{
"type": "animation_sprite",
Expand Down Expand Up @@ -8548,7 +8548,7 @@
},
{
"type": "animation_frame",
"duration": 3,
"duration": 2,
"sprites": [
{
"type": "animation_sprite",
Expand Down Expand Up @@ -8626,7 +8626,7 @@
},
{
"type": "animation_frame",
"duration": 3,
"duration": 2,
"sprites": [
{
"type": "animation_sprite",
Expand Down Expand Up @@ -8704,7 +8704,7 @@
},
{
"type": "animation_frame",
"duration": 3,
"duration": 2,
"sprites": [
{
"type": "animation_sprite",
Expand Down Expand Up @@ -8782,7 +8782,7 @@
},
{
"type": "animation_frame",
"duration": 3,
"duration": 2,
"sprites": [
{
"type": "animation_sprite",
Expand Down Expand Up @@ -8860,7 +8860,7 @@
},
{
"type": "animation_frame",
"duration": 3,
"duration": 2,
"sprites": [
{
"type": "animation_sprite",
Expand Down Expand Up @@ -8938,7 +8938,7 @@
},
{
"type": "animation_frame",
"duration": 3,
"duration": 2,
"sprites": [
{
"type": "animation_sprite",
Expand Down

0 comments on commit 61567e8

Please sign in to comment.