More refactor more comments

This commit is contained in:
s-prechtl 2023-01-10 09:39:34 +01:00
parent a20abff918
commit 1bb33d6fb1
3 changed files with 15 additions and 9 deletions

View file

@ -19,6 +19,7 @@ function setup() {
createCanvas(2000, 1000);
obstacleOffset = width / 3;
Obstacle.distanceBetweenPipes = height / 2.5
Obstacle.startX = width;
textSize(150);
textFont("resources/PressStart2P-Regular.ttf");