mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
add song select, results, config, and asio support
This commit is contained in:
22
config.toml
Normal file
22
config.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[general]
|
||||
fps_counter = true
|
||||
judge_offset = 0
|
||||
|
||||
[paths]
|
||||
tja_path = 'Songs'
|
||||
video_path = 'Videos'
|
||||
|
||||
[keybinds]
|
||||
left_kat = 'E'
|
||||
left_don = 'F'
|
||||
right_don = 'J'
|
||||
right_kat = 'I'
|
||||
|
||||
[audio]
|
||||
device_type = 'ASIO'
|
||||
asio_buffer = 6
|
||||
|
||||
[video]
|
||||
fullscreen = true
|
||||
borderless = true
|
||||
vsync = true
|
||||
Reference in New Issue
Block a user