MazeMesh as module

This commit is contained in:
2023-06-05 01:29:34 +02:00
parent a2fb3ac772
commit 95c0bcdd10
3 changed files with 67 additions and 60 deletions

View File

@ -19,7 +19,8 @@
{
"imports": {
"three": "https://unpkg.com/three@0.152.2/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.152.2/examples/jsm/"
"three/addons/": "https://unpkg.com/three@0.152.2/examples/jsm/",
"MazeMesh": "./MazeMesh.js"
}
}
</script>