#102 update Italian Gimmick Form
Fix Pokestar opponents being too big on the download
This commit is contained in:
cajun 2024-01-26 12:03:45 -06:00
parent a45ec59594
commit a7c6347116
3 changed files with 3 additions and 3 deletions

View File

@ -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"];

View File

@ -162,7 +162,7 @@ var translatable = {
"简中": "",
"繁中": "",
"Français": "Forme à<br/>Gimmick",
"Italiano": "Modulo<br/>espediente",
"Italiano": "Forma<br/>speciale",
"한국어": "기믹 형태",
"Nederlands": "Bijzondere<br/>Vorm"
},

View File

@ -1,5 +1,5 @@
English: Gimmick<br/>Form
Translation: Modulo<br/>espediente
Translation: Forma<br/>speciale
English: Pseudo Legend
Translation: Pseudo Leggendario