소스 검색

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


불러오는 중...
취소
저장