#Draw_sprite_ext overlaps anything in the room

1 messages · Page 1 of 1 (latest)

drifting stone
#

im using draw_sprite_ext to essentially fabricate a pause screen however, my sprite being drawl overlaps any existing objects in the room and no matter what depth i do to the objects theyre always below the sprite

#

GUI for the screenshot:

#

pause menu before screenshot:

autumn jacinth
#

Draw GUI is always on top of everything that’s drawn in regular draw

drifting stone
#

how do i.. erm.. "draw gui" objects then

#

there's got to be a way to add objects on top of a screenshot

autumn jacinth
#

If you need it to not be on top of everything else, you’d need to use regular draw

drifting stone
#

sweet, thanks

#

bad dimensions but you fixed my issue