- Update player class
This commit is contained in:
Kum1ta
2024-08-19 00:42:53 +02:00
parent 8da97c8e60
commit aee1f94ea3
5 changed files with 131 additions and 98 deletions

View File

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