Skip to content

Instantly share code, notes, and snippets.

@dimmduh
Created June 12, 2012 11:55
Show Gist options
  • Save dimmduh/2917101 to your computer and use it in GitHub Desktop.
Save dimmduh/2917101 to your computer and use it in GitHub Desktop.
generator.enemies = {
{ t = 1000, enemyType = 'worm' },
{ t = 3000, enemyType = 'worm' },
{ t = 6000, enemyType = 'worm' },
{ t = 10000, enemyType = 'worm' },
{ t = 10000, enemyType = 'worm' },
{ t = 12000, enemyType = 'worm' },
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment