Game Development Community

Maps again...

by Gavin Beard · in Torque Game Builder · 03/10/2005 (3:28 am) · 4 replies

Hi ppl, was i imagining a thread about how to work with norm. screen coords instead of the current system t2d uses (or a way of converting n e way)

its just i'm having trouble getting my tile map to start in the top left corner of the screen.

cheers

#1
03/10/2005 (3:35 am)
The good thing about how the system is set up know is that it's not relative to your screen res. I mean if you change monitor settings everything should adjust normally.

There are other threads on the same subject. If I find one, I'll post the link
#2
03/10/2005 (3:38 am)
But if i had a window of 640x480 on n e machine and n e o/s then it would be the same across them all.......
#3
03/10/2005 (3:49 am)
The point being that if the user selects 800X600 or 1024 etc.. it would scale acordingly the way it is set now. You may want to try the resource that melv put together here


Here is a link to the thread that goes over multiple things. You may find the stuff towards the bottom more interesting

Size stuff
#4
03/10/2005 (3:56 am)
Thanks alot Charlie