1
0
forked from sent/waves
waves/public/assets/g/1/js/application.js
2025-04-09 17:11:14 -05:00

4 lines
200 B
JavaScript

// Wait till the browser is ready to render the game (avoids glitches)
window.requestAnimationFrame(function () {
new GameManager(4, KeyboardInputManager, HTMLActuator, LocalScoreManager);
});