Parcourir la source

Fix the world height being set wrongly when loading scenes

master
Fen Dweller il y a 5 ans
Parent
révision
88cdf76048
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      macrovision.js

+ 1
- 0
macrovision.js Voir le fichier

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


Chargement…
Annuler
Enregistrer