Explorar el Código

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

master
Fen Dweller hace 5 años
padre
commit
16ef6e71f7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      macrovision.js

+ 2
- 2
macrovision.js Ver fichero

@@ -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) {


Cargando…
Cancelar
Guardar