이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
chemicalcrux
/
gorge
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
9
위키
활동
소스 검색
Update the button when the game is loaded
tags/v0.0.3
Fen Dweller
5 년 전
부모
bd946484fc
커밋
3775e308cb
1개의 변경된 파일
과
7개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
update
Productivity
();
update
All
();
}
쓰기
미리보기
불러오는 중...
취소
저장