Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
chemicalcrux
/
stroll
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
11
Wiki
Actividad
Explorar el Código
Changed scale from 3 to 1
tags/v0.7.0
Fen Dweller
hace 8 años
padre
5cf72a3061
commit
f0cde536c1
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
game.js
+1
-1
stroll.html
+ 1
- 1
game.js
Ver fichero
@@ -458,7 +458,7 @@ var macro =
this.growthPoints += Math.round(50 * mass / (this.scale*this.scale));
},
"scale":
3
,
"scale":
1
,
}
function look()
+ 1
- 1
stroll.html
Ver fichero
@@ -102,7 +102,7 @@
</li>
<li>
<label for="scale" class="has-tooltip" title="Multiply your base height by this much">Scale (?)</label>
<input type="text" name="scale" placeholder="
3
"/>
<input type="text" name="scale" placeholder="
1
"/>
</li>
<li>
<label for="baseHeight">Height</label>
Escribir
Vista previa
Cargando…
Cancelar
Guardar