Merge remote-tracking branch 'origin/models' into models
# Conflicts: # frontend/game.ts
This commit is contained in:
commit
a8681c0eb4
5 changed files with 26 additions and 8 deletions
|
|
@ -58,7 +58,9 @@ function checkObstacleReset(obstacle: Obstacle){
|
|||
}
|
||||
}
|
||||
|
||||
//
|
||||
// function keyPressed() {
|
||||
//
|
||||
// }
|
||||
|
||||
function keyPressed() {
|
||||
if (key.toLowerCase() == "k") {
|
||||
raspberry.boost();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue