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
Fixed Spacing when entering new biome.
look(true) now adds a newline after text.
tags/v1.1.0
jsb5468
hace 5 años
padre
a14ff80c1c
commit
bd6ff0364f
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
@@ -1823,7 +1823,7 @@ function look(onlyBiome=false)
if (onlyBiome == true){
update([line2]);
update([line2
,newline
]);
} else {
desc = desc.concat([newline,line2,newline]);
update(desc);
Escribir
Vista previa
Cargando…
Cancelar
Guardar