pipe gen working

This commit is contained in:
s-prechtl 2022-12-14 12:24:45 +01:00
parent f57f2b0153
commit 00cc924a2a
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;