damn it
This commit is contained in:
parent
a9ab775de7
commit
25455273ed
@ -9,7 +9,7 @@ const GameHeight = 720
|
|||||||
|
|
||||||
let playing = true
|
let playing = true
|
||||||
let player = new Player(GameWidth / 2 - 30, 25, GameHeight - 80)
|
let player = new Player(GameWidth / 2 - 30, 25, GameHeight - 80)
|
||||||
let game = new Game(10, player, player.h + 60, GameWidth, GameHeight)
|
let game = new Game(60, player, player.h + 60, GameWidth, GameHeight)
|
||||||
|
|
||||||
// Retranslate score function
|
// Retranslate score function
|
||||||
player.score = function (obj) {
|
player.score = function (obj) {
|
||||||
|
Loading…
Reference in New Issue
Block a user