ID:157956
 
I have been working on my bleach source, and each time i compile it, the login screen keeps overlapping and on the map it won't seem to delete when i attempt to delete it. I have also used this code world/map_format = TILED_ICON_MAP which helps but now the New,Delete and Load are gone and in their place is a Void.
I suppose your Bleach Game is BleachLifeAndDeath (ignore if wrong) But Watever
the problem about Overlapping should be corrected by
world/map_format=TILED_ICON_MAP



I suggest Remapping for that New Game and Load Game. make separate objects like
obj/New_Game
icon='crop this icon from ur Image'
Click()
.... // put ur stuffs

And on the Map add this object at the correct place.