Explorar el Código

Fixed wrong button id

tags/v0.7.0
Fen Dweller hace 8 años
padre
commit
23b15e5d62
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      game.js

+ 1
- 1
game.js Ver fichero

@@ -2503,7 +2503,7 @@ window.addEventListener('load', function(event) {

registerActions();

document.getElementById("button-stroll").addEventListener("look",look);
document.getElementById("button-look").addEventListener("look",look);
document.getElementById("button-stroll").addEventListener("click",toggle_auto);
document.getElementById("button-location").addEventListener("click",change_location);
document.getElementById("button-numbers").addEventListener("click",toggle_numbers);


Cargando…
Cancelar
Guardar