Merge remote-tracking branch 'origin/develop' into develop
# Conflicts: # frontend/model/Obstacle.ts
This commit is contained in:
commit
171844013c
8 changed files with 116 additions and 44 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue