mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
23 lines
274 B
TOML
23 lines
274 B
TOML
[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
|