소스 검색

Spawn entities at the bottom-center of the screen, not the world origin

master
Fen Dweller 5 년 전
부모
커밋
41dc4e7d2b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js 파일 보기

@@ -2652,7 +2652,7 @@ function prepareEntities() {

button.addEventListener("click", e => {
const newEntity = entityList[select.value].constructor()
displayEntity(newEntity, newEntity.defaultView, 0, 0, true, true);
displayEntity(newEntity, newEntity.defaultView, config.x, config.y, true, true);
});

const categoryOption = document.createElement("option");


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