소스 검색

Fix the initial vertical scale being wrong with non-meter units

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

+ 2
- 2
macrovision.js 파일 보기

@@ -2600,8 +2600,6 @@ document.addEventListener("DOMContentLoaded", () => {

document.querySelector("body").appendChild(testCtx.canvas);

updateSizes();

world.addEventListener("mousedown", e => deselect(e));
world.addEventListener("touchstart", e => deselect({
which: 1,
@@ -3058,6 +3056,8 @@ document.addEventListener("DOMContentLoaded", () => {
checkFitWorld();
})

updateWorldHeight();

});

function customEntityFromFile(file, x=0.5, y=0.5) {


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