Created
March 16, 2017 02:45
-
-
Save jjacobson93/ec8f6279d5c91cc8f46ae2481a39eab1 to your computer and use it in GitHub Desktop.
Creating an SKAction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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