master
parent
dc3eed681b
commit
c43e8036f1
2
main.py
2
main.py
|
@ -744,6 +744,7 @@ def play_sound():
|
|||
|
||||
current_sound = play_sound()
|
||||
|
||||
|
||||
def update_music_volume():
|
||||
volume = settings_data[music]["volume"]
|
||||
pygame.mixer.music.set_volume(volume / 100)
|
||||
|
@ -753,6 +754,7 @@ def update_sound_volume():
|
|||
current_sound.set_volume(volume / 100)
|
||||
|
||||
|
||||
# Not configured properly
|
||||
def set_hue():
|
||||
global hue_value
|
||||
if settings_data["style"] == STYLE_CHOICES[0]:
|
||||
|
|
Loading…
Reference in New Issue