GLBasic forum

Main forum => GLBasic - en => Topic started by: kaotiklabs on 2009-Sep-16

Title: iPhone landscape and rotated tiles
Post by: kaotiklabs on 2009-Sep-16
Hi,

I?m coding a small game for the iPhone in landscape mode. It?s uses tiles and horizontal scroll.
When using landscape mode, the tiles loaded using usescreen/createscreen (a bypass for the bugged grabsprite on iphone) are rotated -90?, so everything gets rotated.

I?ve tried to code a small app to automated the rotation but have problems when using pngs and alphas. (glbasic can?t save pngs, or at least no the alpha channel)

How are you fixing this?
Just rotating the whole image (tile container) tile by tile by hand? any app?
or something more sophisticated?

Any help will be appreciated because I?m really stacked.
Thanks in advance!




Title: Re: iPhone landscape and rotated tiles
Post by: kaotiklabs on 2009-Sep-16
Not sure, but I?ve read a post from Uncle and it seems KH has just fixed it today =D

Update:
Totally awesome!!!
is fixed!!!
Great job mate!