Add slider for healthbar fade distance.
This commit is contained in:
parent
02ae172777
commit
e6d1808218
7 changed files with 25 additions and 7 deletions
|
|
@ -85,6 +85,7 @@ server bool swwm_bonkhammer = false; // combat hammer makes bonk sounds when hi
|
|||
server int swwm_friendlyfire = 0; // 0: allow all friendly fire, 1: block incoming damage, 2: block incoming and outgoing damage
|
||||
nosave bool swwm_showmaptitle = false; // shows the name of the map when entering, just like in dark souls!
|
||||
server bool swwm_lobdoubled = false; // [LOB] Enable Double Death monster spawns
|
||||
nosave int swwm_bardist = 2000; // distance at which healthbars will be visible (does not affect player bars)
|
||||
|
||||
// minimap settings
|
||||
nosave bool swwm_mm_enable = true; // show a minimap below the score counter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue