Merge remote-tracking branch 'origin/models' into models

This commit is contained in:
dhain 2022-12-20 08:12:43 +01:00
commit fafbfa1b32
3 changed files with 13 additions and 12 deletions

View file

@ -1,5 +1,5 @@
const pipeImagePath: string = "resources/raspberry-low-res.png";
const obstacleWidth: number = 42;
const obstacleWidth: number = 88;
let obstacleOffset: number;
const backgroundImagePath: string = "resources/raspberry-low-res.png";
let backgroundImage: any;