ID:175274
 
I want to use a .bmp as a main title screen for byond,
I imported it to the same map as the code files and assigned it like this ( wich is probably wrong.. )

turf/MainScreen/background
icon = 'MainScreen.bmp'


but then when i go to the map file it gives a grey example..
how do i fix this or wut is the proper code for it to work?
you should avoid using bmp files in games. In fact you should never use them.
Change it to a png file and your errors should be gone ;)
In response to Maz
Thnx :)