From d953b461872847f4f8857381f5fe7c08a51085b3 Mon Sep 17 00:00:00 2001 From: DBHRN Date: Thu, 25 Aug 2022 18:01:18 -0500 Subject: [PATCH] =?UTF-8?q?arreglando=20funcion=20de=20borrar=20en=20la=20?= =?UTF-8?q?versi=C3=B3n=20m=C3=B3vil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gamemovil.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gamemovil.html b/gamemovil.html index 2c48d3d..33f635e 100644 --- a/gamemovil.html +++ b/gamemovil.html @@ -246,8 +246,8 @@

if (intentos == 0) { brazoright(); escribirTexto(200 , 150, "Haz perdido"," #f8c1c1 ","35px Georgia"); - escribirTexto(200 , 175, "la palabra era:", "#f8c1c1" ,"35px Georgia"); - escribirTexto(200 , 200, palabracompleta, "#f8c1c1" ,"35px Georgia"); + escribirTexto(200 , 195, "la palabra era:", "#f8c1c1" ,"35px Georgia"); + escribirTexto(200 , 240, palabracompleta, "#f8c1c1" ,"35px Georgia"); document.getElementById("reinicio").style.display = ''; document.getElementById("agregar").style.display = ''; @@ -264,7 +264,7 @@

} function updatescreen(){ - pincel.clearRect(0, 0, 400, 800); + pincel.clearRect(0, 0, 1200, 400); points = 0; intentos = 6; x = 7.5; @@ -272,8 +272,8 @@

respuestasbuenas = [""]; input.value = ""; input.focus(); - //document.getElementById("reinicio").style.display = 'none'; - //document.getElementById("agregar").style.display = 'none'; + document.getElementById("reinicio").style.display = 'none'; + document.getElementById("agregar").style.display = 'none'; wordchoice(); horca(); }