이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
chemicalcrux
/
stroll
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
11
위키
활동
소스 검색
Changed scale from 3 to 1
tags/v0.7.0
Fen Dweller
8 년 전
부모
5cf72a3061
커밋
f0cde536c1
2개의 변경된 파일
과
2개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
game.js
+1
-1
stroll.html
+ 1
- 1
game.js
파일 보기
@@ -458,7 +458,7 @@ var macro =
this.growthPoints += Math.round(50 * mass / (this.scale*this.scale));
},
"scale":
3
,
"scale":
1
,
}
function look()
+ 1
- 1
stroll.html
파일 보기
@@ -102,7 +102,7 @@
</li>
<li>
<label for="scale" class="has-tooltip" title="Multiply your base height by this much">Scale (?)</label>
<input type="text" name="scale" placeholder="
3
"/>
<input type="text" name="scale" placeholder="
1
"/>
</li>
<li>
<label for="baseHeight">Height</label>
쓰기
미리보기
불러오는 중...
취소
저장