Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
clonk2u
/
stroll
forkato da
chemicalcrux/stroll
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Actually fixed it
tags/v0.7.0
Fen Dweller
8 anni fa
parent
c9e1f99cfd
commit
e7cd73bd46
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
@@ -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;
Write
Preview
Loading…
Annulla
Salva