Files
uengine-runner/new-deb-build/opt/apps/com.gitee.uengine.runner.spark/files/Help/2048/js/application.js
2023-05-13 13:14:30 +08:00

5 lines
197 B
JavaScript

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