disable all info logs from non game places

This commit is contained in:
Anthony Samms
2025-10-27 01:14:53 -04:00
parent 3afa9db5ac
commit 0798e53b0e
6 changed files with 28 additions and 12 deletions

View File

@@ -48,7 +48,7 @@ class GameScreen:
self.end_ms = 0
self.start_delay = 1000
self.song_started = False
self.mask_shader = ray.load_shader("", "shader/mask.fs")
self.mask_shader = ray.load_shader("shader/outline.vs", "shader/mask.fs")
def load_hitsounds(self):
"""Load the hit sounds"""