From 244523bc00907f7854d0103962d439b9eb8ffd56 Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 28 Jun 2021 19:21:04 +0000 Subject: [PATCH] =?UTF-8?q?Mostrar=20texto=20con=20informaci=C3=B3n=20de?= =?UTF-8?q?=20movimiento?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jugando.ts | 2 ++ 1 file changed, 2 insertions(+) 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) }