Should the project be created as a set of sprites or can a structure be added?

I take a step back to learn the set of sprites for the 2D games I make, as opposed to using UIKit. In all the training programs that I went through, they created a new project as a Sprite-Kit, not one. Just wondering if I will recreate my games, or if I can just add the sprite set framework to my existing project? Thank you

+6
source share
1 answer

You can simply add a frame.

Check out Apple's Sprite Kit Programming Guide . Apple creates its Sprite Kit example from the Single View application, and then Apple adds the Sprite Kit infrastructure to the project.

+9
source

All Articles