simplify a bunch of code

This commit is contained in:
Simon Gardling
2022-03-08 15:01:55 -05:00
parent 45f86d2c2d
commit ba01a06359
4 changed files with 19 additions and 6 deletions

View File

@@ -24,8 +24,6 @@
async function run() {
await init();
document.getElementById("loading").remove();
start("canvas");
}
run();
</script>