1 files changed,
44 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2023-04-24 18:59:24 +0300
Parent:
f81874f
A
config/resetti/multi.toml
ยทยทยท 1 +[general] 2 +type = "standard" 3 +count_resets = true 4 +resets_file = "~/.resets" 5 +affinity = "alternate" 6 + 7 +[hooks] 8 +wall_reset = "" 9 +reset = "" 10 +lock = "" 11 +unlock = "" 12 + 13 +[obs] 14 +enabled = false 15 +port = 4440 16 +password = "" 17 + 18 +[reset] 19 +delay = 50 20 +pause_delay = 100 21 +unpause_on_focus = true 22 +click_on_focus = true 23 + 24 +[keybinds] 25 +focus = "Alt-a" 26 +reset = "x" 27 +wall_reset = "" 28 +wall_reset_others = "Ctrl-Shift" 29 +wall_play = "Shift" 30 +wall_lock = "Ctrl" 31 + 32 +[wall] 33 +stretch_windows = false 34 +stretch_width = 1600 35 +stretch_height = 300 36 +use_mouse = false 37 +goto_locked = false 38 +no_play_generating = true 39 + 40 +[setseed] 41 +seed = "" 42 +spawn_x = 123.0 43 +spawn_z = 456.0 44 +radius = 5.0