mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Verbal Exosuit Commands (#10814)
This commit is contained in:
@@ -51,7 +51,7 @@ var/list/floating_chat_colors = list()
|
||||
I.maptext_height = 64
|
||||
I.plane = FLOAT_PLANE
|
||||
I.layer = HUD_LAYER - 0.01
|
||||
I.pixel_x = -round(I.maptext_width/2) + 16
|
||||
I.pixel_x = (-round(I.maptext_width/2) + 16) + holder.get_floating_chat_x_offset()
|
||||
I.appearance_flags = RESET_COLOR|RESET_ALPHA|RESET_TRANSFORM
|
||||
|
||||
style = "font-family: 'Small Fonts'; -dm-text-outline: 1 black; font-size: [size]px; [style]"
|
||||
@@ -69,4 +69,4 @@ var/list/floating_chat_colors = list()
|
||||
|
||||
/proc/remove_floating_text(atom/movable/holder, image/I)
|
||||
animate(I, 2, pixel_y = I.pixel_y + 10, alpha = 0)
|
||||
LAZYREMOVE(holder.stored_chat_text, I)
|
||||
LAZYREMOVE(holder.stored_chat_text, I)
|
||||
|
||||
Reference in New Issue
Block a user