Fix Steve & Sephiroth in all templates
parent
430784d4be
commit
f0b0f27fdd
|
@ -813,6 +813,8 @@
|
|||
"09": "samus",
|
||||
"10": "samus",
|
||||
},
|
||||
"sephiroth": {
|
||||
},
|
||||
"sheik": {
|
||||
"00": "sheik",
|
||||
"01": "sheik",
|
||||
|
@ -891,6 +893,8 @@
|
|||
"09": "squirtle",
|
||||
"10": "squirtle",
|
||||
},
|
||||
"steve": {
|
||||
},
|
||||
"terry": {
|
||||
"00": "terry",
|
||||
"01": "terry",
|
||||
|
|
|
@ -91,12 +91,18 @@
|
|||
"roy": { "default": (-25, -7) },
|
||||
"ryu": { "default": (-30, 6) },
|
||||
"samus": { "default": (-10, -8) },
|
||||
"sephiroth": {
|
||||
"default": (-90, -30),
|
||||
"06": (-120, 0),
|
||||
"07": (-120, 0),
|
||||
},
|
||||
"sheik": { "default": (-40, -3) },
|
||||
"shulk": { "default": (-32, -36) },
|
||||
"simon": { "default": (-60, -1) },
|
||||
"snake": { "default": (-48, 0) },
|
||||
"sonic": { "default": (-20, 4) },
|
||||
"squirtle": { "default": (-7, 8) },
|
||||
"steve": { "default": (0, 0) },
|
||||
"terry": { "default": (-60, -7, 0.65) },
|
||||
"toon link": { "default": (-10, -17) },
|
||||
"villager": { "default": (-12, -8) },
|
||||
|
|
|
@ -81,12 +81,18 @@
|
|||
"roy": { "default": (15, -17) },
|
||||
"ryu": { "default": (10, -4) },
|
||||
"samus": { "default": (30, -18) },
|
||||
"sephiroth": {
|
||||
"default": (-90, -30),
|
||||
"06": (-120, 0),
|
||||
"07": (-120, 0),
|
||||
},
|
||||
"sheik": { "default": (0, -13) },
|
||||
"shulk": { "default": (18, -20) },
|
||||
"simon": { "default": (-20, -11) },
|
||||
"snake": { "default": (-8, -10) },
|
||||
"sonic": { "default": (20, -6) },
|
||||
"squirtle": { "default": (33, -2) },
|
||||
"steve": { "default": (0, 0) },
|
||||
"terry": { "default": (-20, -20, 0.65) },
|
||||
"toon link": { "default": (30, -20) },
|
||||
"villager": { "default": (28, -18) },
|
||||
|
|
|
@ -75,12 +75,18 @@
|
|||
"roy": { "default": (15, -17) },
|
||||
"ryu": { "default": (10, -4) },
|
||||
"samus": { "default": (30, -18) },
|
||||
"sephiroth": {
|
||||
"default": (-90, -30),
|
||||
"06": (-120, 0),
|
||||
"07": (-120, 0),
|
||||
},
|
||||
"sheik": { "default": (0, -13) },
|
||||
"shulk": { "default": (18, -20) },
|
||||
"simon": { "default": (-20, -11) },
|
||||
"snake": { "default": (0, -3) },
|
||||
"sonic": { "default": (20, -6) },
|
||||
"squirtle": { "default": (33, -2) },
|
||||
"steve": { "default": (0, 0) },
|
||||
"terry": { "default": (20, 50, 0.66) },
|
||||
"toon link": { "default": (24, -23) },
|
||||
"villager": { "default": (28, -18) },
|
||||
|
|
Loading…
Reference in New Issue