Add web files
This commit is contained in:
parent
529a71e4da
commit
987c24acd4
18
web/index.html
Normal file
18
web/index.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Beta 1.7.3</title>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
||||
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
||||
<script type = text/javascript>
|
||||
window.addEventListener("load", function() {
|
||||
window.config = {
|
||||
gameContainer: "game", assetsLocation: "resources.mc"
|
||||
};
|
||||
main();
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body style="margin:0px;width:100vw;height:100vh;" id="game">
|
||||
</body>
|
||||
</html>
|
12208
web/js/app.js
Normal file
12208
web/js/app.js
Normal file
File diff suppressed because one or more lines are too long
1
web/js/app.js.map
Normal file
1
web/js/app.js.map
Normal file
File diff suppressed because one or more lines are too long
BIN
web/resources.mc
Normal file
BIN
web/resources.mc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user