Ver código fonte

Fixed Spacing when entering new biome.

look(true) now adds a newline after text.
tags/v1.1.0
jsb5468 5 anos atrás
pai
commit
bd6ff0364f
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      game.js

+ 1
- 1
game.js Ver arquivo

@@ -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);


Carregando…
Cancelar
Salvar