ソースを参照

Actually fixed it

tags/v0.7.0
Fen Dweller 8年前
コミット
e7cd73bd46
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      game.js

+ 1
- 1
game.js ファイルの表示

@@ -1180,7 +1180,7 @@ let macro =
},

get totalMass() {
let base = Math.pow(this.baseMass,3);
let base = Math.pow(this.scale,3) * this.baseMass;

if (this.hasTail) {
base += this.tailMass * this.tailCount;


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