minor changes
This commit is contained in:
parent
c052d08e0e
commit
269faca609
5 changed files with 11 additions and 11 deletions
|
|
@ -43,7 +43,7 @@ function preload() {
|
|||
floorImage = loadImage(FLOOR_IMAGE_PATH);
|
||||
}
|
||||
function setup() {
|
||||
createCanvas(2000, 1000);
|
||||
createCanvas(1085, 600);
|
||||
floorHeight = height / 5;
|
||||
setupObstacleConsts();
|
||||
setupFont();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue