serverside gamemanager can start game but fails on nontype subscription error

This commit is contained in:
2024-01-15 13:29:19 +01:00
parent 69881973a4
commit 588483ca2d
18 changed files with 31 additions and 219 deletions

View File

@ -19,6 +19,7 @@ class Label:
self.rect = pygame.Rect(self.__pos.x, self.__pos.y, w, h)
self.__screen = screen
self.__text = text
self.__name = name
def getText(self) -> str:
return self.__text