- Update player class
This commit is contained in:
Kum1ta
2024-08-19 00:42:53 +02:00
parent 950abd0943
commit 227327fdf4
35 changed files with 374 additions and 251 deletions

View File

@ -6,6 +6,8 @@
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
</style>
<script src="./main.js" type="module"></script>