Added some resources. /JL

This commit is contained in:
2025-03-22 20:32:31 +01:00
parent 9d85a88fb7
commit c3de5def6e
21 changed files with 172 additions and 3 deletions

5
player/player.py Normal file
View File

@@ -0,0 +1,5 @@
class Player:
def __init__(self):
self.controls = None