Sha256: a0ae005e39e7e7f7e122c74c3d4879c8f51cf7b594db2f3d5091f1e19da28e1a
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
# motion-template-spritekit [![Gem Version](https://badge.fury.io/rb/motion-template-spritekit.png)](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> ## 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.3.0 | README.md |