var colors = ['#b8b0dc','#f1d2e7','#db706c','#fcf695','#a7e0e1','#cee5d5','#ffffff','#b7d3e9','#f1c3aa','#f3aa51','#567ace','#d9598c'];
lverKr = loadStrings('lavieenrose.txt');
lverJp = loadStrings('lavieenrosejp.txt');
thefont = loadFont('LingWaiSC-Medium.otf');
thefontKr = loadFont('Stylish-Regular.ttf');
createCanvas(windowWidth, windowHeight);
izone.eb = [17,18,43,64,65,74];
izone.skr = [5,6,22,44,55,79];
izone.hw = [7,10,15,25,27,39,51,81];
izone.yn = [30,32,33,34,35,36,61,82];
izone.cy = [14,26,46,47,80];
izone.mj = [2,3,29,31,52,53,75];
izone.nk = [41,42,77,78];
izone.yr = [19,20,59,66,67,70,73];
izone.yj = [4,38,40,71,72];
izone.wy = [1,23,24,57,58,69,83];
var box = createInput('');
translate(width/2, height/2);
textAlign(CENTER,CENTER);
if (izone.eb.includes(incr)) fill(colors[0]);
if (izone.skr.includes(incr)) fill(colors[1]);
if (izone.hw.includes(incr)) fill(colors[2]);
if (izone.yn.includes(incr)) fill(colors[3]);
if (izone.cy.includes(incr)) fill(colors[4]);
if (izone.cw.includes(incr)) fill(colors[5]);
if (izone.mj.includes(incr)) fill(colors[6]);
if (izone.nk.includes(incr)) fill(colors[7]);
if (izone.htm.includes(incr)) fill(colors[8]);
if (izone.yr.includes(incr)) fill(colors[9]);
if (izone.yj.includes(incr)) fill(colors[10]);
if (izone.wy.includes(incr)) fill(colors[11]);
incr = (incr+1)%lverKr.length;
tsizeincr = random(-20,20);
tsize = tsize + tsizeincr;