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
commit
bd6ff0364f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +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);


Cargando…
Cancelar
Guardar