Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
stroll
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
11
Wiki
Attività
Sfoglia il codice sorgente
Merge branch 'master' of
https://github.com/chemicalcrux/stroll
tags/v0.7.0
Fen Dweller
7 anni fa
parent
c26309f3f5
e7cd73bd46
commit
4287d2742a
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
game.js
+ 1
- 1
game.js
Vedi File
@@ -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;
Write
Preview
Loading…
Annulla
Salva