ID:273618
 
I'm having some issues with the log in screen for a game I'm working on. This is the best way I can describe it.

I can't find a single thing wrong with the code, but when I run the game the log in screen looks like there are 50 of the same icon covering the screen. You can't click load or start unless you go into text screen.

When I finaly get the picture to work right, it still wont let you click load or start unless you go into the text screen.


I can't fix it, so maybe someone here will be able to shed some light on this.
do you have the map format set as TILED_ICON_MAP

if not put somewhere in the code file

map_format = TILED_ICON_MAP

i had that problem once as well and using that fixed it for me