This commit is contained in:
PeytonPlayz595 2023-12-19 23:39:38 -05:00
parent 0a9e4ea3f3
commit 2206e940a4
3 changed files with 3033 additions and 3165 deletions

6192
js/app.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
<script type="text/javascript" charset="utf-8" src="app.js"></script>
<script type = text/javascript>
if(document.location.href.startsWith("file:")) {
alert("Offline Download is not supported yet, please upload all the game files to a HTTP(s) server");
alert("Offline Download is not supported, please upload all the game files to a HTTP(s) server");
} else {
window.addEventListener("load", function() {
window.classicConfig = ["game","resources.mc"];
@ -17,4 +17,4 @@
</head>
<body style="margin:0px;width:100vw;height:100vh;" id="game">
</body>
</html>
</html>