Skip to content

Instantly share code, notes, and snippets.

@bnb
Created January 31, 2015 23:23
Show Gist options
  • Select an option

  • Save bnb/3eed7f4bf08d613c5ebb to your computer and use it in GitHub Desktop.

Select an option

Save bnb/3eed7f4bf08d613c5ebb to your computer and use it in GitHub Desktop.
Types of enemies in Nostalgic Shock Carnage. (Excerpt)
public var enemy.types = {
base: {
base,
strong,
strongest
},
strong: {
base,
strong,
strongest
},
strongest: {
strong,
strongest
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment