ID:2313573
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
Make it so only the maptext is affected by the filter even if said object has an icon with it.

Example:
obj 
Object_1
icon = 'Icon.dmi'
icon_state = "A"
filters = filter(type="outline", size=1, MapTextOnly=1)
New()
..()
maptext = "<center> Hello"


The result will only affect the maptext and not the object itself.
Or you could make a separate, maptext-only object, give it the filter, and add it to your visible object's vis_contents (or... overlays?).