Przeglądaj źródła

Fix the size-range scenes starting 1 meter too high

master
Fen Dweller 5 lat temu
rodzic
commit
0d0c4beeca
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      presets/scenes.js

+ 1
- 1
presets/scenes.js Wyświetl plik

@@ -14,7 +14,7 @@ function makeSlice(min, max) {


characters.forEach(character => { characters.forEach(character => {
const entity = character.constructor(); const entity = character.constructor();
displayEntity(entity, entity.view, 0, 1);
displayEntity(entity, entity.view, 0, 0);
}); });


arrangeEntities(getSortedEntities()); arrangeEntities(getSortedEntities());


Ładowanie…
Anuluj
Zapisz