mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 03:30:13 +01:00
28 lines
394 B
TOML
28 lines
394 B
TOML
[general]
|
|
fps_counter = false
|
|
judge_offset = 0
|
|
autoplay = false
|
|
sfx = true
|
|
|
|
[paths]
|
|
tja_path = 'Songs'
|
|
video_path = 'Videos'
|
|
|
|
[keybinds]
|
|
left_kat = ['D']
|
|
left_don = ['F']
|
|
right_don = ['J']
|
|
right_kat = ['K']
|
|
|
|
[audio]
|
|
#Options: ASIO, Windows WASAPI
|
|
device_type = 'Windows WASAPI'
|
|
buffer_size = 6
|
|
|
|
[video]
|
|
screen_width = 1280
|
|
screen_height = 720
|
|
fullscreen = false
|
|
borderless = false
|
|
vsync = true
|