このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
clonk2u
/
stroll
フォーク元
chemicalcrux/stroll
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Merge branch 'master' of
https://github.com/chemicalcrux/stroll
tags/v0.7.0
Fen Dweller
8年前
親
c26309f3f5
e7cd73bd46
コミット
4287d2742a
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
game.js
+ 1
- 1
game.js
ファイルの表示
@@ -1177,7 +1177,7 @@ let macro =
},
get totalMass() {
let base = this.baseMass;
let base =
Math.pow(this.scale,3) *
this.baseMass;
if (this.hasTail) {
base += this.tailMass * this.tailCount;
書き込み
プレビュー
読み込み中…
キャンセル
保存