瀏覽代碼

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


Loading…
取消
儲存