Skip to content

Instantly share code, notes, and snippets.

@jamiegilmartin
Last active February 22, 2018 19:53
Show Gist options
  • Select an option

  • Save jamiegilmartin/79e84766cfe8cdca41e7db35bcdf1bcb to your computer and use it in GitHub Desktop.

Select an option

Save jamiegilmartin/79e84766cfe8cdca41e7db35bcdf1bcb to your computer and use it in GitHub Desktop.
SKShapeNode
let node = SKShapeNode(circleOfRadius: radius)
node.position = p1
node.glowWidth = 1.0
node.strokeColor = .white
node.lineWidth = 2
node.fillColor = .clear
node.alpha = 0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment