Update chars positions in SSBU templates

master
Lertsenem 2021-03-03 09:13:51 +01:00
parent 53429428e9
commit d7bf99ded2
2 changed files with 7 additions and 6 deletions

View File

@ -358,6 +358,7 @@
"10": "jigglypuff", "10": "jigglypuff",
}, },
"joker": { "joker": {
"00": "joker",
"01": "joker", "01": "joker",
"02": "joker", "02": "joker",
"03": "joker", "03": "joker",

View File

@ -16,10 +16,10 @@
}, },
"byleth": { "byleth": {
"default": (-55, 5, 0.85), "default": (-55, 5, 0.85),
"01": (-20,-10, 0.85), "01": (-27,-10, 0.85),
"03": (-20,-10, 0.85), "03": (-27,-10, 0.85),
"05": (-20,-10, 0.85), "05": (-27,-10, 0.85),
"07": (-20,-10, 0.85), "07": (-27,-10, 0.85),
}, },
"captain falcon": { "default": (-60, 10) }, "captain falcon": { "default": (-60, 10) },
"charizard": { "default": (-17, -12) }, "charizard": { "default": (-17, -12) },
@ -67,7 +67,7 @@
"lucina": { "default": (-83, 2) }, "lucina": { "default": (-83, 2) },
"luigi": { "default": (-5, 3) }, "luigi": { "default": (-5, 3) },
"mario": { "default": (-10, -10) }, "mario": { "default": (-10, -10) },
"marth": { "default": (-70, -3) }, "marth": { "default": (-97, -3) },
"mega man": { "default": (-10, 0) }, "mega man": { "default": (-10, 0) },
"meta knight": { "default": (-30, -28) }, "meta knight": { "default": (-30, -28) },
"mewtwo": { "default": (-30, -6) }, "mewtwo": { "default": (-30, -6) },
@ -111,7 +111,7 @@
"wolf": { "default": (-17, 3) }, "wolf": { "default": (-17, 3) },
"yoshi": { "default": (0, 9) }, "yoshi": { "default": (0, 9) },
"young link": { "default": (-16, 0) }, "young link": { "default": (-16, 0) },
"zelda": { "default": (-70, 0) }, "zelda": { "default": (-80, 0) },
"zero suit samus": { "default": (-53, -1) }, "zero suit samus": { "default": (-53, -1) },
} %} } %}