I want to make a basic game in SpriteKit and want to add some animations into it in swift playgrounds. How can I add texture animations or even add Json file into my Playground
Asked
Active
Viewed 181 times
1 Answers
1
I want to make a basic game in SpriteKit and want to add some animations into it in swift playgrounds.
Searching on Google finds quite a few introductory tutorials, here's one example https://www.checksimgames.com/spritekit-playground-introduction/
How can I add texture animations or even add Json file into my Playground
A reading/watching list from the official Apple resources:
Introduction to Sprite Kit - WWDC 2013 video
Getting Started with Sprite Nodes - Learn the basics about using images, also known as sprites, with SpriteKit.
Animating a Sprite by Changing its Texture - Load a sequence of images and play them back at a rate you define, while optionally looping the resulting animation.

sja26
- 653
- 12
- 22