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
parent
d156a8f54c
commit
7dd02cef5c
|
@ -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) },
|
||||
|
|
|
@ -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) },
|
||||
|
|
|
@ -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) },
|
||||
|
|
Loading…
Reference in New Issue