mirror of
https://github.com/CajunAvenger/cajunavenger.github.io.git
synced 2026-03-21 17:34:16 -05:00
fixes
#102 update Italian Gimmick Form Fix Pokestar opponents being too big on the download
This commit is contained in:
parent
a45ec59594
commit
a7c6347116
|
|
@ -1005,7 +1005,7 @@ canvas {
|
|||
var ele = document.getElementById('box'+g+'_'+t);
|
||||
if(!ele || ele.src == "./blank.png")
|
||||
continue;
|
||||
ctx.drawImage(ele, ele.offsetLeft, ele.offsetTop);
|
||||
ctx.drawImage(ele, ele.offsetLeft, ele.offsetTop, 96, 96);
|
||||
if(g == 0 && t == 22) {
|
||||
// render spinda
|
||||
var spots = ["spot1", "spot2", "spot3", "spot4", "spinda2", "spinda-cover"];
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@ var translatable = {
|
|||
"简中": "",
|
||||
"繁中": "",
|
||||
"Français": "Forme à<br/>Gimmick",
|
||||
"Italiano": "Modulo<br/>espediente",
|
||||
"Italiano": "Forma<br/>speciale",
|
||||
"한국어": "기믹 형태",
|
||||
"Nederlands": "Bijzondere<br/>Vorm"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
English: Gimmick<br/>Form
|
||||
Translation: Modulo<br/>espediente
|
||||
Translation: Forma<br/>speciale
|
||||
|
||||
English: Pseudo Legend
|
||||
Translation: Pseudo Leggendario
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user