
03-30-2002, 07:10 AM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
When you move over a tile in the editor it
gives you the tile on the status bar on the lower
right corner. It gives you a (x,y), to convert it
to a tile number just do x+y*16, or in hex
0x[y as hex number][x as hex number] |
|
|
|