Skip to content

Instantly share code, notes, and snippets.

@veeneck
Created June 17, 2014 21:48
Show Gist options
  • Select an option

  • Save veeneck/8a12a68f70eb745790f5 to your computer and use it in GitHub Desktop.

Select an option

Save veeneck/8a12a68f70eb745790f5 to your computer and use it in GitHub Desktop.
One Init in Swift
init(category:Int) {
super.init(texture: FlagSingleton.textures[category], color:SKColor.whiteColor(), size:FlagSingleton.textures[category].size())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment