UPDATE boxing methods for rendering

This commit is contained in:
2025-04-27 15:45:30 +02:00
parent dfc0bdca43
commit 45c032bec1
7 changed files with 68 additions and 25 deletions

View File

@@ -26,7 +26,8 @@ def main():
"button_colour": (200, 200, 200),
"pressed_button_colour": (150, 150, 150),
"text_colour": (255, 255, 255),
"background_colour": (30, 30, 30)
"background_colour": (30, 30, 30),
"foreground_colour": (100, 100, 100)
}
}