Correr instrucciones

This commit is contained in:
Nulo 2021-07-06 21:13:19 +00:00
parent a703f0ed35
commit 2799122ec1
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ export function draw(juego: Juego<State>, timestamp: number) {
if (!instruccionSprite) throw new Error("AAAAAAAAAAAAAAAAAAAAA");
instruccionSprite.draw(
juego,
juego.canvas.width * 0.4,
juego.canvas.width - instruccionSprite.getWidth(juego) - 30,
juego.canvas.height * 0.1
);