minor changes

This commit is contained in:
j-weissen 2023-01-20 15:52:47 +01:00
parent c052d08e0e
commit 269faca609
5 changed files with 11 additions and 11 deletions

View file

@ -43,7 +43,7 @@ function preload() {
floorImage = loadImage(FLOOR_IMAGE_PATH);
}
function setup() {
createCanvas(2000, 1000);
createCanvas(1085, 600);
floorHeight = height / 5;
setupObstacleConsts();
setupFont();