added about i gesu

This commit is contained in:
Robert 2021-03-10 03:10:58 +01:00
parent d60b699ace
commit a8db77efb3

View file

@ -173,7 +173,7 @@ function simulate()
function setup()
{
canvas = createCanvas(displayWidth - 100, displayHeight / 4 * 3);
canvas = createCanvas(displayHeight / 4 * 3, displayHeight / 4 * 3);
canvas.mouseClicked(handleClick);
}