mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
add attract_mode volume to config
This commit is contained in:
@@ -63,6 +63,7 @@ sound = 1.0
|
||||
music = 1.0
|
||||
voice = 1.0
|
||||
hitsound = 1.0
|
||||
attract_mode = 1.0
|
||||
|
||||
[video]
|
||||
screen_width = 1280
|
||||
|
||||
@@ -75,6 +75,7 @@ class VolumeConfig(TypedDict):
|
||||
music: float
|
||||
voice: float
|
||||
hitsound: float
|
||||
attract_mode: float
|
||||
|
||||
class VideoConfig(TypedDict):
|
||||
screen_width: int
|
||||
|
||||
Reference in New Issue
Block a user