Explorar el Código

Fixed a broken selector for the verbose text button

tags/v1.0.0
Fen Dweller hace 6 años
padre
commit
c3ab0b1442
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      game.js

+ 1
- 1
game.js Ver fichero

@@ -3865,7 +3865,7 @@ function update(lines = [], active=true)
if (deltaHeight / window.innerHeight >= 0.2 && verbose && autoVerbose) {
update(["Switching to simple text!", newline], false);
autoVerbose = false;
let button = document.querySelector("button-option-toggle_verbose");
let button = document.querySelector("#button-option-toggle_verbose");

toggle_verbose({"target": button});
}


Cargando…
Cancelar
Guardar