Skip to content

Instantly share code, notes, and snippets.

@efrenjgb
Created April 19, 2015 07:13
Show Gist options
  • Save efrenjgb/fdb6eb242d1aebb6929b to your computer and use it in GitHub Desktop.
Save efrenjgb/fdb6eb242d1aebb6929b to your computer and use it in GitHub Desktop.
func moveShipTo(location:CGPoint)
{
starShip.runAction(SKAction.moveTo(location, duration: 0.05))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment