Hi,
ive been wondering about this for a couple days now, so heres my question,
what would be the best way to assign certain tiles(16x16 image files) certain values, such as 00 01 02 03, etc and then display them in a text box? this is sort of a map editor.
so say I read data from a file, and I get 00 02 06 01 00 00 00 it will load the images assigned to those values, then put then in a row in the image box(and if it reaches the end of the top row on the image box it will go to the next row, for example
tile tile tile tile tile
tile tile tile
instead of just cutting off at the end of the image box
Thanks.
ive been wondering about this for a couple days now, so heres my question,
what would be the best way to assign certain tiles(16x16 image files) certain values, such as 00 01 02 03, etc and then display them in a text box? this is sort of a map editor.
so say I read data from a file, and I get 00 02 06 01 00 00 00 it will load the images assigned to those values, then put then in a row in the image box(and if it reaches the end of the top row on the image box it will go to the next row, for example
tile tile tile tile tile
tile tile tile
instead of just cutting off at the end of the image box
Thanks.