mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Floating Messages Layering Fix (#8756)
This commit is contained in:
@@ -50,6 +50,7 @@ var/list/floating_chat_colors = list()
|
||||
I.maptext_width = 80
|
||||
I.maptext_height = 64
|
||||
I.plane = FLOAT_PLANE
|
||||
I.layer = HUD_LAYER - 0.01
|
||||
I.pixel_x = -round(I.maptext_width/2) + 16
|
||||
|
||||
style = "font-family: 'Small Fonts'; -dm-text-outline: 1 black; font-size: [size]px; [style]"
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Floating messages now has regular brightness in darkness and properly display over most items."
|
||||
Reference in New Issue
Block a user