add player and hunter class

This commit is contained in:
Thorsten Rausch
2021-06-10 10:09:16 +02:00
parent dc1af4eae6
commit bc6d839294
3 changed files with 42 additions and 1 deletions

View File

@@ -56,6 +56,7 @@
<script src="js/Button.js"></script>
<script src="js/Sprite.js"></script>
<script src="js/chat.js"></script>
<script src="js/player.js"></script>
<script src="js/game.js"></script>
<script src="js/index.js"></script>
</body>