Change Richter and Cloud charcorr
parent
7dd02cef5c
commit
8de436f55c
|
@ -24,7 +24,13 @@
|
||||||
"captain falcon": { "default": (-60, 10) },
|
"captain falcon": { "default": (-60, 10) },
|
||||||
"charizard": { "default": (-17, -12) },
|
"charizard": { "default": (-17, -12) },
|
||||||
"chrom": { "default": (-38, -12) },
|
"chrom": { "default": (-38, -12) },
|
||||||
"cloud": { "default": (-20, 0) },
|
"cloud": {
|
||||||
|
"default": (-20, 0),
|
||||||
|
"01": (-57,0),
|
||||||
|
"03": (-57,0),
|
||||||
|
"05": (-57,0),
|
||||||
|
"07": (-57,0),
|
||||||
|
},
|
||||||
"corrin": { "default": (-77, 3) },
|
"corrin": { "default": (-77, 3) },
|
||||||
"daisy": { "default": (-5, 0) },
|
"daisy": { "default": (-5, 0) },
|
||||||
"dark pit": { "default": (-40, -8) },
|
"dark pit": { "default": (-40, -8) },
|
||||||
|
@ -86,7 +92,7 @@
|
||||||
"piranha plant": { "default": (-25, 5) },
|
"piranha plant": { "default": (-25, 5) },
|
||||||
"pit": { "default": (-40, -7) },
|
"pit": { "default": (-40, -7) },
|
||||||
"pokemon trainer": { "default": (-15, 5) },
|
"pokemon trainer": { "default": (-15, 5) },
|
||||||
"richter": { "default": (-20, -10) },
|
"richter": { "default": (-50, -30) },
|
||||||
"ridley": { "default": (-52, -40) },
|
"ridley": { "default": (-52, -40) },
|
||||||
"rob": { "default": (-25, 6) },
|
"rob": { "default": (-25, 6) },
|
||||||
"robin": {
|
"robin": {
|
||||||
|
|
|
@ -18,7 +18,13 @@
|
||||||
"captain falcon": { "default": (-20, 0) },
|
"captain falcon": { "default": (-20, 0) },
|
||||||
"charizard": { "default": (23, -22) },
|
"charizard": { "default": (23, -22) },
|
||||||
"chrom": { "default": (2, -12) },
|
"chrom": { "default": (2, -12) },
|
||||||
"cloud": { "default": (20, -10) },
|
"cloud": {
|
||||||
|
"default": (-20, -10),
|
||||||
|
"01": (-57, -10),
|
||||||
|
"03": (-57, -10),
|
||||||
|
"05": (-57, -10),
|
||||||
|
"07": (-57, -10),
|
||||||
|
},
|
||||||
"corrin": { "default": (-37, -7) },
|
"corrin": { "default": (-37, -7) },
|
||||||
"daisy": { "default": (35, -10) },
|
"daisy": { "default": (35, -10) },
|
||||||
"dark pit": { "default": (0, -18) },
|
"dark pit": { "default": (0, -18) },
|
||||||
|
|
|
@ -12,7 +12,13 @@
|
||||||
"captain falcon": { "default": (13, 0) },
|
"captain falcon": { "default": (13, 0) },
|
||||||
"charizard": { "default": (23, -22) },
|
"charizard": { "default": (23, -22) },
|
||||||
"chrom": { "default": (2, -12) },
|
"chrom": { "default": (2, -12) },
|
||||||
"cloud": { "default": (20, -10) },
|
"cloud": {
|
||||||
|
"default": (-20, -10),
|
||||||
|
"01": (-57, -10),
|
||||||
|
"03": (-57, -10),
|
||||||
|
"05": (-57, -10),
|
||||||
|
"07": (-57, -10),
|
||||||
|
},
|
||||||
"corrin": { "default": (-37, -7) },
|
"corrin": { "default": (-37, -7) },
|
||||||
"daisy": { "default": (35, -10) },
|
"daisy": { "default": (35, -10) },
|
||||||
"dark pit": { "default": (0, -18) },
|
"dark pit": { "default": (0, -18) },
|
||||||
|
|
Loading…
Reference in New Issue