소스 검색

Update the button when the game is loaded

tags/v0.0.3
Fen Dweller 5 년 전
부모
커밋
3775e308cb
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. +7
    -1
      gorge.js

+ 7
- 1
gorge.js 파일 보기

@@ -91,6 +91,12 @@ function buyBuilding(type) {
updateClickBonus();

}

function updateAll() {
updateProductivity();
updateClickBonus();
updateClickVictim();
}
// update stuff

function updateDisplay() {
@@ -307,7 +313,7 @@ function setup() {
registerListeners();
load();
unlockAtStart();
updateProductivity();
updateAll();

}



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