浏览代码

Fix the world height being set wrongly when loading scenes

master
Fen Dweller 5 年前
父节点
当前提交
88cdf76048
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      macrovision.js

+ 1
- 0
macrovision.js 查看文件

@@ -3585,6 +3585,7 @@ function importScene(data) {
config.x = data.world.x;
config.y = data.world.y;

document.querySelector("#options-height-value").value = data.world.height;
document.querySelector("#options-height-unit").value = data.world.unit;

if (data.canvasWidth) {


正在加载...
取消
保存