andymc Well-Known Member Licensed User Longtime User Jan 21, 2013 #1 I've not had a chance to test this yet, but wanted to know whether gameview supports scaling bitmaps? Do I need to simply make a bigger destrect? I'm thinking of the ability to scale sprites in realtime in games, as well as rotate them.
I've not had a chance to test this yet, but wanted to know whether gameview supports scaling bitmaps? Do I need to simply make a bigger destrect? I'm thinking of the ability to scale sprites in realtime in games, as well as rotate them.
Erel B4X founder Staff member Licensed User Longtime User Jan 21, 2013 #2 Scaling is not done by GameView itself. It is your responsibility to scale the sprites. Asteroids game for example scales everything based on the device physical size. Upvote 0
Scaling is not done by GameView itself. It is your responsibility to scale the sprites. Asteroids game for example scales everything based on the device physical size.