Multiple local inputs. You can now play with your 3 friends locally, fighting over the same keyboard.

This commit is contained in:
2025-12-16 17:29:02 +01:00
parent d0d1a470b9
commit 4e807afa3c
8 changed files with 169 additions and 42 deletions

View File

@@ -46,9 +46,9 @@ int main() {
presentation_state_machine.current->tick(presentation_state_machine.current);
}
if(IsKeyPressed(KEY_F)) {
ToggleFullscreen();
}
// if(IsKeyPressed(KEY_F)) { // TODO: SS - Add this back, but not 'F'.
// ToggleFullscreen();
// }
// Render.
BeginDrawing();