This repository has been archived on 2025-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
Servers-Under-Maintenance-G.../index.html

24 lines
706 B
HTML

<script src="empty.js"></script>
<script src="classes/Game.js"></script>
<script src="classes/Assets.js"></script>
<script src="classes/GameObject.js"></script>
<script src="classes/Trashbin.js"></script>
<script src="classes/Tables.js"></script>
<script src="classes/Player.js"></script>
<script src="classes/Server.js"></script>
<script src="classes/Hitbox.js"></script>
<script src="ui.js"></script>
<script src="game_manager.js"></script>
<style>
body {
background-color: white;
display: flex;
align-items: center;
justify-content: center;
}
canvas {
image-rendering: pixelated;
image-rendering: crisp-edges;
cursor: url('assets/cursor/cursor.png'), auto;
}
</style>