Merge branch 'feature/pause-menu' into feature/menu

This commit is contained in:
Jasper
2021-06-08 12:14:04 +02:00
10 changed files with 224 additions and 25 deletions

View File

@@ -63,7 +63,7 @@ int main(void)
current_scene->onKey(window, key, scancode, action, mods);
});
bool window_open = true;