Mostrar texto con información de movimiento

This commit is contained in:
Nulo 2021-06-28 19:21:04 +00:00
parent fe0acd5bc0
commit 244523bc00

View file

@ -162,4 +162,6 @@ export function draw(juego: Juego<State>, timestamp: number) {
drawJugadorx(juego)
drawSeeds(juego)
juego.ctx.fillText('Usá las flechitas para moverte, y espacio para "disparar" semillas.', 100, 100)
}