Skip to content

Instantly share code, notes, and snippets.

@AntJanus
Created February 11, 2016 19:11
Show Gist options
  • Save AntJanus/6737d8dbc46c13179346 to your computer and use it in GitHub Desktop.
Save AntJanus/6737d8dbc46c13179346 to your computer and use it in GitHub Desktop.
function anim() {
window.requestAnimationFrame(anim);
GAME.run();
}
anim();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment