atm9/client/config/platforms-client.toml

15 lines
430 B
TOML
Raw Normal View History

2024-10-03 12:30:14 -07:00
#Changes what sneak right-clicking on a platform with a wrench will do
#GUI: opens the platform selector GUI
#CYCLE: cycles through the options
#MIXED: uses the GUI if the is more then 5 options
#Allowed Values: GUI, CYCLE, MIXED
"Selection Mode" = "MIXED"
#Select A GUI Style
[gui_style]
#Allowed Values: DEFAULT, VANILLA
PlatFormer = "DEFAULT"
#Allowed Values: DEFAULT, VANILLA
"Platform Select" = "DEFAULT"