Compile
This commit is contained in:
parent
0a9e4ea3f3
commit
2206e940a4
File diff suppressed because one or more lines are too long
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user