mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-10 07:41:16 +01:00
Fixes tutorial UI not working at all (#92672)
## About The Pull Request The tutorial UIs setting their color forces them to have KEEP_TOGETHER which breaks tutorial rendering, this fixes that fixes #89866 ## Changelog 🆑 fix: New player tutorials will no longer look extremely broken /🆑
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
maptext_y = -2
|
||||
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
|
||||
layer = TUTORIAL_INSTRUCTIONS_LAYER
|
||||
appearance_flags = parent_type::appearance_flags | KEEP_APART
|
||||
|
||||
/atom/movable/screen/tutorial_instruction_text/Initialize(mapload, datum/hud/hud_owner, message, client/client)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user