use threejs module js, remove unused libraries, increase world generation seed to 64 bit, implement random world spawn, improve start script
This commit is contained in:
+2
-2
@@ -11,12 +11,12 @@
|
||||
|
||||
<div id="content">
|
||||
<div id="canvas-container" class="fullscreen"></div>
|
||||
<span id="pre-status">Loading page...</span>
|
||||
<span id="pre-status">Loading scripts...</span>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
<script type="module" src="src/start.js"></script>
|
||||
<script type="module" src="src/js/Start.js"></script>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user