Search found 1 match
- Thu Mar 28, 2013 8:37 pm
- Forum: Support and Development
- Topic: SpriteBatch a one-way road?
- Replies: 0
- Views: 1438
SpriteBatch a one-way road?
I'm working on a falling block game that uses triangle-shaped blocks. There are several colors of triangle blocks, and these are kept in a single image -- each color block is stored in its own quad. No animation is needed, because each block can be rotated into 1 of 2 positions -- pointing up or dow...