Fix confismash template

master
Lertsenem 2021-01-05 17:11:18 +01:00
parent 132c469036
commit 863411f6ca
2 changed files with 569 additions and 212 deletions

View File

@ -1,6 +1,12 @@
{% set charcorr = {
"banjo & kazooie": { "default": (-10, -8) },
"bayonetta": { "default": (-68, -6) },
"bayonetta": {
"default": (-68, -6),
"01": (-110,-6),
"03": (-110,-6),
"05": (-110,-6),
"07": (-110,-6),
},
"bowser": { "default": (-30, -20) },
"bowser jr": {
"default": (0, 0),
@ -74,7 +80,7 @@
"pit": { "default": (-40, -7) },
"pokemon trainer": { "default": (-15, 5) },
"richter": { "default": (-20, -10) },
"ridley": { "default": (-25, -27) },
"ridley": { "default": (-25, -40) },
"rob": { "default": (-25, 6) },
"robin": { "default": (-40, -8) },
"rosalina and luma": { "default": (-30, 0) },
@ -87,7 +93,7 @@
"snake": { "default": (-48, 0) },
"sonic": { "default": (-20, 4) },
"squirtle": { "default": (-7, 8) },
"terry": { "default": (-60, -20, 0.66) },
"terry": { "default": (-60, -7, 0.65) },
"toon link": { "default": (-10, -17) },
"villager": { "default": (-12, -8) },
"wario": { "default": (-18, 5) },

File diff suppressed because it is too large Load Diff