1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/20euros_ynh.git synced 2024-09-03 18:05:53 +02:00
20euros_ynh/sources/js/application.js

4 lines
194 B
JavaScript
Raw Permalink Normal View History

2015-03-08 15:02:54 +01:00
// Wait till the browser is ready to render the game (avoids glitches)
window.requestAnimationFrame(function () {
new GameManager(5, KeyboardInputManager, HTMLActuator, LocalScoreManager);});