14 lines
423 B
TOML
14 lines
423 B
TOML
|
|
[client]
|
|
#Enable camera shaking during certain mob attacks and abilities.
|
|
do_camera_shake = false
|
|
#Use the old Barakoa textures instead of the current ones.
|
|
old_barakoa_textures = false
|
|
#Play boss battle themes during boss encounters.
|
|
play_boss_music = true
|
|
#Toggles the lantern glow effect, which may look bad with certain shaders.
|
|
glow_effect = true
|
|
#Use custom player animations.
|
|
custom_player_anims = false
|
|
|