Add web files

This commit is contained in:
PeytonPlayz595 2024-06-10 20:41:32 -04:00
parent 529a71e4da
commit 987c24acd4
4 changed files with 12227 additions and 0 deletions

18
web/index.html Normal file
View 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

File diff suppressed because one or more lines are too long

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

Binary file not shown.