瀏覽代碼

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


Loading…
取消
儲存