medal adjustments...hopefully final fix before jam deadline

This commit is contained in:
2024-08-30 03:26:32 -04:00
parent 0bef1edfb9
commit 19f8b51be9
5 changed files with 55 additions and 13 deletions

View File

@ -53,6 +53,9 @@ control_tick(Control* self, Input* input)
if (input->keyboard.current[KEYBOARD_KEY_M])
self->current[CONTROL_MUTE] = true;
if (input->keyboard.current[KEYBOARD_KEY_RCTRL] || input->keyboard.current[KEYBOARD_KEY_LCTRL])
self->current[CONTROL_CHEAT] = true;
}
bool