ID:2102715
 
Redundant
Applies to:DM Language
Status: Redundant

This feature has already been implemented, or is already achievable with existing methods.
Title. Problem I'm having: http://prntscr.com/bi8l3y
When the skill obj is big enough, the text in the maptext gets behind it. There should be an option to set the maptext layer :( Thanks.
If an atom has both an icon and maptext, the text will be displayed in front of the icon. Usually however, this is something that would be added to an overlay or image object, which can then be positioned with pixel offsets.
- BYOND ref

If the maptext is a separate object to the skill obj, just increase the layer of the object the maptext is on; if it's the same object, it shouldn't be an issue.
In response to GinjaNinja32
GinjaNinja32 wrote:
If the maptext is a separate object to the skill obj, just increase the layer of the object the maptext is on; if it's the same object, it shouldn't be an issue.

The skill obj was above the one who had the maptext, who was the slot itself, so I couldn't change it's layer or the skill wouldn't be shown. I just created another obj for the maptext and set the layer above the skill. Thanks :)
Nadrew resolved issue (Redundant)