16 lines
395 B
TOML
16 lines
395 B
TOML
|
|
#Graphics settings
|
|
[graphics]
|
|
#Enable better particle/effect layering.
|
|
#Fixes particles and effects rendering behind clouds and weather.
|
|
#NOTE: Does NOT work with fabulous graphics mode.
|
|
betterLayering = true
|
|
|
|
#UI settings
|
|
[ui]
|
|
#Onscreen positioning of the magic power meter.
|
|
manaBarPosition = "top"
|
|
#Orientation of the magic power meter.
|
|
manaBarOrientation = "default"
|
|
|