Change Robin charcorrs

Robin has 2 different illustations (man/woman) for their even and odd
skins. New characar_corrections take this into account. Tested with the
confismash theme.
master
Lertsenem 2021-03-10 09:08:08 +01:00
parent d156a8f54c
commit 7dd02cef5c
3 changed files with 21 additions and 3 deletions

View File

@ -89,7 +89,13 @@
"richter": { "default": (-20, -10) },
"ridley": { "default": (-52, -40) },
"rob": { "default": (-25, 6) },
"robin": { "default": (-40, -8) },
"robin": {
"default": (-32, -8),
"01": (-70, -17),
"03": (-70, -17),
"05": (-70, -17),
"07": (-70, -17),
},
"rosalina and luma": { "default": (-30, 0) },
"roy": { "default": (-25, -7) },
"ryu": { "default": (-30, 6) },

View File

@ -79,7 +79,13 @@
"richter": { "default": (20, -20) },
"ridley": { "default": (15, -37) },
"rob": { "default": (15, -4) },
"robin": { "default": (0, -18) },
"robin": {
"default": (-32, -8),
"01": (-70, -17),
"03": (-70, -17),
"05": (-70, -17),
"07": (-70, -17),
},
"rosalina and luma": { "default": (10, -10) },
"roy": { "default": (15, -17) },
"ryu": { "default": (10, -4) },

View File

@ -73,7 +73,13 @@
"richter": { "default": (6, -30) },
"ridley": { "default": (20, -20) },
"rob": { "default": (15, -4) },
"robin": { "default": (0, -18) },
"robin": {
"default": (-32, -8),
"01": (-70, -17),
"03": (-70, -17),
"05": (-70, -17),
"07": (-70, -17),
},
"rosalina and luma": { "default": (10, -10) },
"roy": { "default": (15, -17) },
"ryu": { "default": (10, -4) },