ソースを参照

Changed scale from 3 to 1

tags/v0.7.0
Fen Dweller 7年前
コミット
f0cde536c1
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      game.js
  2. +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>


読み込み中…
キャンセル
保存