このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
chemicalcrux
/
stroll
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
11
Wiki
アクティビティ
ソースを参照
Changed scale from 3 to 1
tags/v0.7.0
Fen Dweller
7年前
親
5cf72a3061
コミット
f0cde536c1
2個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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>
書き込み
プレビュー
読み込み中…
キャンセル
保存