jam ready

This commit is contained in:
2024-08-29 18:06:02 -04:00
parent 9fdde61cac
commit 0a3cc7284c
44 changed files with 464 additions and 241 deletions

@ -50,6 +50,9 @@ control_tick(Control* self, Input* input)
if (input->keyboard.current[KEYBOARD_KEY_ESCAPE])
self->current[CONTROL_ESCAPE] = true;
if (input->keyboard.current[KEYBOARD_KEY_M])
self->current[CONTROL_MUTE] = true;
}
bool