mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
disable all info logs from non game places
This commit is contained in:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user