RadioPeirasmos / spriteme

Automatically exported from code.google.com/p/spriteme
0 stars 0 forks source link

spriting logic: repeat-x and varied width #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
SpriteMe takes the simple case bg images and puts them in a
vertically-stacked sprite. We could combine this with repeat-x images, so
long as the width of the repeat-x was the same as the overall sprite. (We
can apply the resizing logic to make the repeat-x image bigger if that helps.) 

We could also decide to stack the varied-width sprite horizontally, if that
would allow us to pull in some repeat-y images.

Original issue reported on code.google.com by stevesou...@gmail.com on 1 Sep 2009 at 6:01