Fix chars positions in template meltdownlyon2020
parent
0a219ca856
commit
b02093addf
|
@ -29,7 +29,13 @@
|
|||
"ice climbers": { "default": (12, -15) },
|
||||
"ike": { "default": (17, -7) },
|
||||
"incineroar": { "default": (20, -10) },
|
||||
"inkling": { "default": (20,-10) },
|
||||
"inkling": {
|
||||
"default": (20, -10),
|
||||
"01": (26, -23),
|
||||
"03": (26, -23),
|
||||
"05": (26, -23),
|
||||
"05": (26, -23),
|
||||
},
|
||||
"isabelle": { "default": (40, -20) },
|
||||
"ivysaur": { "default": (20, -33) },
|
||||
"jigglypuff": { "default": (30, -15) },
|
||||
|
@ -53,7 +59,7 @@
|
|||
"mr game and watch": { "default": (26, -13) },
|
||||
"ness": { "default": (38, -10) },
|
||||
"olimar": { "default": (20, -27) },
|
||||
"pacman": { "default": (34, -13) },
|
||||
"pacman": { "default": (34, -8) },
|
||||
"palutena": { "default": (-20, -20) },
|
||||
"peach": { "default": (8, -16) },
|
||||
"pichu": { "default": (33, -25) },
|
||||
|
@ -72,11 +78,11 @@
|
|||
"sheik": { "default": (0, -13) },
|
||||
"shulk": { "default": (18, -20) },
|
||||
"simon": { "default": (-20, -11) },
|
||||
"snake": { "default": (0, -3) },
|
||||
"snake": { "default": (-8, -10) },
|
||||
"sonic": { "default": (20, -6) },
|
||||
"squirtle": { "default": (33, -2) },
|
||||
"terry": { "default": (0, -8) },
|
||||
"toon link": { "default": (20, -27) },
|
||||
"toon link": { "default": (20, -20) },
|
||||
"villager": { "default": (28, -18) },
|
||||
"wario": { "default": (22, -5) },
|
||||
"wii fit trainer": { "default": (20, -5) },
|
||||
|
|
Loading…
Reference in New Issue