Files
PyTaiko/config.toml
2025-05-02 15:56:00 -04:00

25 lines
327 B
TOML

[general]
fps_counter = false
judge_offset = 0
[paths]
tja_path = 'Songs'
video_path = 'Videos'
[keybinds]
left_kat = ['D']
left_don = ['F']
right_don = ['J']
right_kat = ['K']
[audio]
device_type = 'WASAPI'
asio_buffer = 6
[video]
screen_width = 1280
screen_height = 720
fullscreen = false
borderless = false
vsync = true