Anyone know if it’s possible to set the upper left corner of the Android device as 0,0?
As of now, it seems the location is (on my HTC desire) X: 320, Y: 0.
I want it to be 0,0.
Anyone know if it’s possible? Or how to. As I’m placing a lot of tiles, that later will also use the X and Y positions, I find it favorable that the top left corner is 0,0.
You need to look into using cameras.
I typically store that camera somewhere, and then you need to apply it to the spritebatch each time your render loops.
…and my “apply camera” method looks like…
You will have to edit the code for your own purposes, but hopefully that should get you started in the right direction.