本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
chemicalcrux
/
stroll
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
11
Wiki
活動
瀏覽代碼
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>
Write
Preview
Loading…
取消
儲存