"Extended Virtual Hitbox" for items.
This commit is contained in:
parent
35411a8e59
commit
0aee4035ed
8 changed files with 53 additions and 4 deletions
|
|
@ -120,6 +120,7 @@ nosave string swwm_menuposehistory = ""; // stores currently seen poses for the
|
|||
nosave string swwm_titlesubhistory = ""; // stores currently seen subtitles for the title screen, for shuffling
|
||||
nosave noarchive int swwm_profstart = 0; // starts profiling as soon as handler is registered for specified >0 tics
|
||||
server bool swwm_nodeathexit = false; // completely sidesteps the inventory resetting of death exits, if you hate those
|
||||
server bool swwm_extendedpickup = false; // items will have an additional "virtual hitbox" that's the same size as vanilla
|
||||
|
||||
// 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