jacobinathanialpeterson's picture
Upload 1035 files
1e40c2a
raw
history blame
197 Bytes
// Wait till the browser is ready to render the game (avoids glitches)
window.requestAnimationFrame(function () {
new GameManager(4, KeyboardInputManager, HTMLActuator, LocalStorageManager);
});