ID:1176255
 
(See the best response by LordAndrew.)
Okay so im using a tile_map, and Ive been wondering if there are alternative ways of putting in big icons besides cutting it into small parts and switching to a topdown_map... Reason behind it is that whenever I switch to topdown_map.. the mapping for my login screen messes up the Click() turfs. Also, cutting it in small parts makes coding tedious :/
Best response
To fix the issue with your login screen (and other large tiles that existed on the map before you set it to TOPDOWN_MAP) you can just delete them and replace them in order for them to render properly.
Thank you ^_^