Skip to content

Instantly share code, notes, and snippets.

@devyn
Created November 15, 2009 02:35
Show Gist options
  • Save devyn/234938 to your computer and use it in GitHub Desktop.
Save devyn/234938 to your computer and use it in GitHub Desktop.
{
"scripts": [
"game.js",
"physics.js",
"logic.js"
],
"resources": {
"res/background.png",
"res/message1.txt",
"res/message2.txt"
},
"main": "init(); start();"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment