So I've been developing a game that has been using TILED_ICON_MAP. I've had no problems with it. I was told using TOPDOWN_MAP is a lot better. So I changed it, and I'm having some problems, specifically with my login screen. The way it was done, is I just placed a .png on the map, which is the login screen, and then made a turf called LoadCharacter. Clicking on that loads the load proc. It worked in TILED_ICON_MAP, but for TOPDOWN_MAP, nothing happens when I click it. It's almost like the LoadCharacter is below the login screen, but it isn't. The layer of LoadCharacter is higher than the login screen. Anyone know why I can't click LoadCharacter anymore? Thank you ^.^
Copyright © 2025 BYOND Software.
All rights reserved.