Переглянути джерело

Fix the size-range scenes starting 1 meter too high

master
Fen Dweller 5 роки тому
джерело
коміт
0d0c4beeca
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      presets/scenes.js

+ 1
- 1
presets/scenes.js Переглянути файл

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

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

arrangeEntities(getSortedEntities());


Завантаження…
Відмінити
Зберегти