The Dink Network

I forgot how to make a map !!!

May 14th 2003, 05:30 PM
pq_frog.gif
Ric
Peasant They/Them Canada
 
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()

May 14th 2003, 06:05 PM
burntree.gif
Striker
Noble She/Her United States
Daniel, there are clowns. 
Does the map use the Dink Pallete? (ie. 256 colors)
May 15th 2003, 01:26 AM
old.gif
It should be working...

Try this:

Place the bmp in the TILES folder...

show_bmp("tiles\map.bmp", 0, 0);