Skip to content

KEEP_TOGETHER Underlays on the same plane render over the main icon #2500

@Ruzihm

Description

@Ruzihm

Test case on top of TestGame:

/mob/verb/test_underlay()
	var/image/I = image('icons/spotlight.dmi', "spotlight")
	src.appearance_flags = KEEP_TOGETHER
	I.plane = src.plane
	src.underlays += I

Byond:

Image

OD (the underlay being cut off is a separate issue):

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    ClientInvolves the OpenDream client

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions