소스 검색

Fixed the options units button not working

tags/v1.0.0
Fen Dweller 7 년 전
부모
커밋
d6855e4494
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      game.js

+ 2
- 0
game.js 파일 보기

@@ -5144,6 +5144,8 @@ window.addEventListener('load', function(event) {
document.getElementById("button-reset-custom").addEventListener("click", resetSettings);
document.getElementById("button-load-autosave").addEventListener("click", loadAutosave);

document.getElementById("button-units-options").addEventListener("click", toggle_units_options)

// note to self - the anonymous function is so that
// loadSettings doesn't receive the mouseEvent!



불러오는 중...
취소
저장