REFACTOR styling
This commit is contained in:
@@ -6,11 +6,11 @@ class GameState:
|
||||
self.context = context
|
||||
self.screen = self.context.get("screen")
|
||||
self.match = self.context.get("match", None)
|
||||
self.font = self.context.get("font", pygame.font.Font(None, 36))
|
||||
self.small_font = self.context.get("small_font", pygame.font.Font(None, 15))
|
||||
self.options = self.context.get("options", {
|
||||
"show_yaw": True
|
||||
})
|
||||
self.styling = self.context.get("styling", None)
|
||||
|
||||
def handle_events(self, events):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user