Update settings.py

This commit is contained in:
Anthony Samms
2025-12-14 19:34:21 -05:00
committed by GitHub
parent 26507ed6b9
commit 52bcdb9dc6

View File

@@ -226,6 +226,7 @@ class SettingsScreen(Screen):
logger.info("Exited section edit") logger.info("Exited section edit")
def draw(self): def draw(self):
ray.draw_rectangle(0, 0, tex.screen_width, tex.screen_height, ray.BLACK)
# Draw title # Draw title
ray.draw_text("SETTINGS", 20, 20, 30, ray.WHITE) ray.draw_text("SETTINGS", 20, 20, 30, ray.WHITE)