Selaa lähdekoodia

Fixed Spacing when entering new biome.

look(true) now adds a newline after text.
tags/v1.1.0
jsb5468 5 vuotta sitten
vanhempi
commit
bd6ff0364f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      game.js

+ 1
- 1
game.js Näytä tiedosto

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


Loading…
Peruuta
Tallenna