JB Juliano
JB Juliano

Reputation: 632

RubyMotion & SpriteSheet

I have a sprite sheet, and would like to use it using UIImage in Rubymotion.

Anybody can provide a sample code on how to display an image from the spritesheet?

Upvotes: 1

Views: 229

Answers (1)

Andrew Chua
Andrew Chua

Reputation: 36

There's a recent Rubymotion gem for that called 'motion-sprites', see http://jjuliano.github.com/motion-sprites/

Upvotes: 2

Related Questions