"Extended Virtual Hitbox" for items.

This commit is contained in:
Mari the Deer 2022-03-27 15:27:03 +02:00
commit 0aee4035ed
8 changed files with 53 additions and 4 deletions

View file

@ -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