Sha256: b215fe875df99e0f2e6e9817722e743e1b1af2cb00a69e3a9d92e6bb35bd7e81
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
# motion-template-spritekit [![Gem Version](https://img.shields.io/gem/v/motion-template-spritekit.svg)](http://badge.fury.io/rb/motion-template-spritekit) SpriteKit project template for RubyMotion ## Installation Install it yourself as: $ gem install motion-template-spritekit ## Usage ### iOS $ motion create --template=spritekit-ios <app-name> ### OSX $ motion create --template=spritekit-osx <app-name> ### tvOS $ motion create --template=spritekit-tvos <app-name> ## In Addition If you need original `Spaceship.png` image, please copy from your own. These are the typical locations for the image. /Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/Project Templates/Mac/Application/SpriteKit Game.xctemplate/Spaceship.png /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/Project Templates/Application/SpriteKit Game.xctemplate/Spaceship.png ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-template-spritekit-0.4.0 | README.md |