Adjust chars pos in rebootlyon2020
parent
732b201a99
commit
f7e4ff3fbd
|
@ -26,14 +26,20 @@
|
||||||
"ganondorf": { "default": (-30, -6) },
|
"ganondorf": { "default": (-30, -6) },
|
||||||
"greninja": { "default": (26, -20) },
|
"greninja": { "default": (26, -20) },
|
||||||
"hero": { "default": (25, -8) },
|
"hero": { "default": (25, -8) },
|
||||||
"ice climbers": { "default": (12, -15) },
|
"ice climbers": { "default": (33, -15) },
|
||||||
"ike": { "default": (17, -7) },
|
"ike": { "default": (17, -7) },
|
||||||
"incineroar": { "default": (20, -10) },
|
"incineroar": { "default": (20, -10) },
|
||||||
"inkling": { "default": (20,-10) },
|
"inkling": { "default": (20,-10) },
|
||||||
"isabelle": { "default": (40, -20) },
|
"isabelle": { "default": (40, -20) },
|
||||||
"ivysaur": { "default": (20, -33) },
|
"ivysaur": { "default": (20, -33) },
|
||||||
"jigglypuff": { "default": (30, -15) },
|
"jigglypuff": { "default": (30, -15) },
|
||||||
"joker": { "default": (0, -15) },
|
"joker": {
|
||||||
|
"default": (0, -15),
|
||||||
|
"00": (10, -15),
|
||||||
|
"02": (10, -15),
|
||||||
|
"04": (10, -15),
|
||||||
|
"06": (10, -15),
|
||||||
|
},
|
||||||
"ken": { "default": (20, -10) },
|
"ken": { "default": (20, -10) },
|
||||||
"king dedede": { "default": (20, -10) },
|
"king dedede": { "default": (20, -10) },
|
||||||
"king k rool": { "default": (20, -7) },
|
"king k rool": { "default": (20, -7) },
|
||||||
|
|
|
@ -358,17 +358,10 @@
|
||||||
"10": "jigglypuff",
|
"10": "jigglypuff",
|
||||||
},
|
},
|
||||||
"joker": {
|
"joker": {
|
||||||
"00": "joker",
|
|
||||||
"01": "joker",
|
"01": "joker",
|
||||||
"02": "joker",
|
|
||||||
"03": "joker",
|
"03": "joker",
|
||||||
"04": "joker",
|
|
||||||
"05": "joker",
|
"05": "joker",
|
||||||
"06": "joker",
|
|
||||||
"07": "joker",
|
"07": "joker",
|
||||||
"08": "joker",
|
|
||||||
"09": "joker",
|
|
||||||
"10": "joker",
|
|
||||||
},
|
},
|
||||||
"ken": {
|
"ken": {
|
||||||
"00": "ken",
|
"00": "ken",
|
||||||
|
|
Loading…
Reference in New Issue