Mostrar texto con información de movimiento
This commit is contained in:
parent
fe0acd5bc0
commit
244523bc00
1 changed files with 2 additions and 0 deletions
|
@ -162,4 +162,6 @@ export function draw(juego: Juego<State>, timestamp: number) {
|
||||||
|
|
||||||
drawJugadorx(juego)
|
drawJugadorx(juego)
|
||||||
drawSeeds(juego)
|
drawSeeds(juego)
|
||||||
|
|
||||||
|
juego.ctx.fillText('Usá las flechitas para moverte, y espacio para "disparar" semillas.', 100, 100)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue