Skip to content

Instantly share code, notes, and snippets.

@Drvanon
Created November 15, 2013 15:34
Show Gist options
  • Select an option

  • Save Drvanon/7486216 to your computer and use it in GitHub Desktop.

Select an option

Save Drvanon/7486216 to your computer and use it in GitHub Desktop.
buildings = [
{
'name': 'goldmine',
'level': '1',
'time': '3',
'do': function () {
setResource('gold', getResource('gold') + 10);
$.proxy(setTimeout, this, this.do, this.time);
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment