minor fixes

This commit is contained in:
Anthony Samms
2025-12-06 22:53:22 -05:00
parent e2d9642d90
commit 1ef4d10ed6
7 changed files with 24 additions and 58 deletions

View File

@@ -3,6 +3,7 @@ import pyray as ray
from libs.audio import audio
from libs.screen import Screen
from libs.texture import tex
from libs.utils import (
global_data,
is_l_don_pressed,
@@ -227,6 +228,7 @@ class SettingsScreen(Screen):
def draw(self):
# Draw title
ray.draw_rectangle(0, 0, tex.screen_width, tex.screen_height, ray.BLACK)
ray.draw_text("SETTINGS", 20, 20, 30, ray.WHITE)
# Draw section headers