Skip to content

Instantly share code, notes, and snippets.

@kruyvanna
Created July 25, 2013 03:31
Show Gist options
  • Save kruyvanna/6076717 to your computer and use it in GitHub Desktop.
Save kruyvanna/6076717 to your computer and use it in GitHub Desktop.
Game Controller
Application = function(){};
Application.prototype = new EventDispatcher();
window.App = new Application();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment