I forgot how to make a map !!!
I used to know this...
I have the .bmp ready ( 640 * 480) butI foget how to get key-77 to read it. show_bmp("graphics\map.bmp",0,0); is just showing a whiteout. Can someone kindly remind me ?
Yes, it is in dinkpallete, but I'm not sure how to enter the path with show_bmp()
I have the .bmp ready ( 640 * 480) butI foget how to get key-77 to read it. show_bmp("graphics\map.bmp",0,0); is just showing a whiteout. Can someone kindly remind me ?
Yes, it is in dinkpallete, but I'm not sure how to enter the path with show_bmp()
Does the map use the Dink Pallete? (ie. 256 colors)
It should be working...
Try this:
Place the bmp in the TILES folder...
show_bmp("tiles\map.bmp", 0, 0);
Try this:
Place the bmp in the TILES folder...
show_bmp("tiles\map.bmp", 0, 0);