try to fix
This commit is contained in:
parent
4bbd0ee223
commit
e3a934524c
|
|
@ -319,12 +319,14 @@ Pixel size (rendering only): <input id="pixelSize"> (Use if the save looks cut o
|
||||||
<button id="sizeButton" onclick=setPixelSize() style="color: #FF00FF;">Set pixel size</button>
|
<button id="sizeButton" onclick=setPixelSize() style="color: #FF00FF;">Set pixel size</button>
|
||||||
</div>`;
|
</div>`;
|
||||||
|
|
||||||
elements.save_loader = {
|
runAfterLoad(function() { //somehow it gets defined before elements on xbox
|
||||||
behavior: behaviors.SELFDELETE,
|
elements.save_loader = {
|
||||||
excludeRandom: true,
|
behavior: behaviors.SELFDELETE,
|
||||||
color: "#FFFFFF",
|
excludeRandom: true,
|
||||||
desc: saveLoaderDescription,
|
color: "#FFFFFF",
|
||||||
};
|
desc: saveLoaderDescription,
|
||||||
|
};
|
||||||
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
alert(`save_loading error: ${error.message}`);
|
alert(`save_loading error: ${error.message}`);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue