Ver código fonte

Fixed wrong button id

tags/v0.7.0
Fen Dweller 8 anos atrás
pai
commit
23b15e5d62
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      game.js

+ 1
- 1
game.js Ver arquivo

@@ -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);


Carregando…
Cancelar
Salvar