diff --git a/src/jugando.ts b/src/jugando.ts index f649993..7502e87 100644 --- a/src/jugando.ts +++ b/src/jugando.ts @@ -162,4 +162,6 @@ export function draw(juego: Juego, timestamp: number) { drawJugadorx(juego) drawSeeds(juego) + + juego.ctx.fillText('Usá las flechitas para moverte, y espacio para "disparar" semillas.', 100, 100) }