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

# Conflicts:
#	frontend/game.ts
This commit is contained in:
dhain 2022-12-13 10:04:44 +01:00
commit a8681c0eb4
5 changed files with 26 additions and 8 deletions

View file

@ -58,7 +58,9 @@ function checkObstacleReset(obstacle: Obstacle){
}
}
//
// function keyPressed() {
//
// }
function keyPressed() {
if (key.toLowerCase() == "k") {
raspberry.boost();
}
}