mirror of
https://github.com/He4eT/DotDashPit.git
synced 2026-05-04 17:37:23 +00:00
game: interface tuning
This commit is contained in:
parent
b035aeb90a
commit
2a21043fcc
1 changed files with 4 additions and 4 deletions
8
game.js
8
game.js
|
|
@ -166,10 +166,10 @@ function gameScreen() {
|
|||
spawnEnemies()
|
||||
|
||||
handleMoves()
|
||||
moveEnemies()
|
||||
|
||||
handleMorse()
|
||||
|
||||
moveEnemies()
|
||||
|
||||
drawArena()
|
||||
drawInterface()
|
||||
drawFX()
|
||||
|
|
@ -190,8 +190,8 @@ function drawArena() {
|
|||
function drawInterface() {
|
||||
drawMorse(player.key.buffer, 100, 123, 15, 36)
|
||||
|
||||
print(player.key.history.padStart(HISTORY_LENGTH, ' '), 5, 118, 5, true)
|
||||
print(player.score.toString().padStart(14, ' '), 152, 124, 6, true)
|
||||
print(player.key.history.padStart(HISTORY_LENGTH, ' '), 7, 118, 5, true)
|
||||
print(player.score.toString().padStart(14, ' '), 152, 125, 6, true)
|
||||
}
|
||||
|
||||
/* Player */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue