HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Tile Size

06-09-2005, 10:54 PM#1
Zandose
Hi. Does anyone know the size in XY of the tiles. I need to know how many tiles there are for triggers. Also does the map size mean how many tiles?
06-09-2005, 11:44 PM#2
Guest
Quote:
Originally Posted by Zandose
Hi. Does anyone know the size in XY of the tiles. I need to know how many tiles there are for triggers. Also does the map size mean how many tiles?

The map size is the number of tiles (32x32 means you have 1024 tiles total). Each tile measures 128x128, so the total width of a map 32 tiles wide is 4096. You can also use triggers to determine size in-game, by creating a real variable and setting it to Rect - Width of (Entire Map), for example. Of course, if you take the resulting width and divide by 128, you will get the number of tiles.

Hope that helps.