implement player class with player movement

This commit is contained in:
Thorsten Rausch
2021-06-15 18:18:16 +02:00
parent 2ac1733251
commit c243138b87
4 changed files with 41 additions and 55 deletions

View File

@@ -59,7 +59,6 @@
<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>