REFACTOR styling
This commit is contained in:
10
main.py
10
main.py
@@ -15,12 +15,18 @@ def main():
|
||||
"match": None,
|
||||
"screen": screen,
|
||||
"previous_states": Stack(),
|
||||
"font": pygame.font.Font(None, 36),
|
||||
"small_font": pygame.font.Font(None, 15),
|
||||
"options": {
|
||||
"show_yaw": True,
|
||||
"show_health": True,
|
||||
"show_names": True
|
||||
},
|
||||
"styling": {
|
||||
"font": pygame.font.Font(None, 36),
|
||||
"small_font": pygame.font.Font(None, 15),
|
||||
"button_colour": (200, 200, 200),
|
||||
"pressed_button_colour": (150, 150, 150),
|
||||
"text_colour": (255, 255, 255),
|
||||
"background_colour": (30, 30, 30)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user