serverside gamemanager can start game but fails on nontype subscription error
This commit is contained in:
@ -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
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user