Skip to content

Instantly share code, notes, and snippets.

@jjacobson93
Created March 16, 2017 02:45
Show Gist options
  • Save jjacobson93/ec8f6279d5c91cc8f46ae2481a39eab1 to your computer and use it in GitHub Desktop.
Save jjacobson93/ec8f6279d5c91cc8f46ae2481a39eab1 to your computer and use it in GitHub Desktop.
Creating an SKAction
let moveAction = SKAction.moveBy(x: 10, y: -15, duration: 0.8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment