Update #50 - Bug fixes and shader improvements

This commit is contained in:
lax1dude
2025-02-22 16:52:35 -08:00
parent b0a2739fe1
commit 7e772e2502
133 changed files with 3064 additions and 2299 deletions

View File

@ -245,6 +245,10 @@ window.main = async function() {
}
}
if(assetsURI.startsWith("data:")) {
delete window.eaglercraftXOpts.assetsURI;
}
const rootElement = /** @type {HTMLElement} */ (document.getElementById(containerId));
if(!rootElement) {