Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a .sks file to used in spriteKit app

Tags:

ios

sprite-kit

I want to create a custom .sks file, and use it in my spriteKit app. but I don't know how to create it.

anyone who can tell me the details about how to create a .sks file.

enter image description here

like image 816
罗大柚 Avatar asked May 27 '14 13:05

罗大柚


1 Answers

These are particle files.

To create one go to xcode, File->New->File...

Then a modal will pop-up go to Resource-> SpriteKit Particle File

selecting a particle file

Then select the particle type:

particle type

Then you can edit your particle effect with the right side bar:

enter image description here

For more details about different particles here

like image 110
John Riselvato Avatar answered Oct 23 '22 09:10

John Riselvato