Added rumble from actions

This commit is contained in:
Marcus Minhorst 2025-07-21 22:39:54 -04:00 committed by Rachael Alexanderson
commit b2979f0e23
6 changed files with 61 additions and 8 deletions

View file

@ -141,6 +141,8 @@ CUSTOM_CVARD(Int, haptics_compat, HAPTCOMPAT_MATCH, CVAR_ARCHIVE | CVAR_GLOBALCO
if (self >= NUM_HAPTCOMPAT) self = NUM_HAPTCOMPAT-1;
}
CVARD(Bool, haptics_do_action, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG, "allow haptic feedback for player doing things");
// CODE --------------------------------------------------------------------
//==========================================================================