Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
clonk2u
/
stroll
forkeado de
chemicalcrux/stroll
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Actually fixed it
tags/v0.7.0
Fen Dweller
hace 8 años
padre
c9e1f99cfd
commit
e7cd73bd46
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
game.js
+ 1
- 1
game.js
Ver fichero
@@ -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;
Escribir
Vista previa
Cargando…
Cancelar
Guardar