mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
[MIRROR] Made screentips appear on a higher layer than action buttons. [MDB IGNORE] (#12747)
* Made screentips appear on a higher layer than action buttons. * Update layers.dm Co-authored-by: Alex Pynnonen <alexpynnonen01@gmail.com> Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
This commit is contained in:
@@ -210,6 +210,9 @@
|
||||
#define SKYRAT_LOGO 9999
|
||||
//SKYRAT EDIT: Lobby Cam
|
||||
|
||||
///Layer for screentips
|
||||
#define SCREENTIP_LAYER 4
|
||||
|
||||
#define LOBBY_BACKGROUND_LAYER 3
|
||||
#define LOBBY_BUTTON_LAYER 4
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
maptext_height = 480
|
||||
maptext_width = 480
|
||||
maptext = ""
|
||||
layer = SCREENTIP_LAYER //Added to make screentips appear above action buttons (and other /atom/movable/screen objects)
|
||||
|
||||
/atom/movable/screen/screentip/Initialize(mapload, _hud)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user