This commit is contained in:
2023-05-13 13:14:30 +08:00
parent 896214d2b7
commit 31aeb66cd4
60 changed files with 4904 additions and 54 deletions

View File

@@ -0,0 +1,4 @@
// Wait till the browser is ready to render the game (avoids glitches)
window.requestAnimationFrame(function () {
new GameManager(4, KeyboardInputManager, HTMLActuator, LocalStorageManager);
});