ID:1575674
 
(See the best response by Lige.)
Hello. I'm trying to add a 178x14 custom health bar to my game. I tried adding it to the screen in it's entirety, but it compressed the image down to a 32x32 icon. I'm aware that it's probably because the world icon size is 32. Is there a way to get around setting the world icon size higher and still accomplish what I'm trying to do?
Best response
You could change your map_format from TILED_ICON_MAP to TOPDOWN_MAP.
Thank you