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:
tonty
2025-08-22 21:26:19 -04:00
committed by GitHub
parent f5f0fcf961
commit 75e9e0c98b
2 changed files with 2 additions and 0 deletions

View File

@@ -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)
. = ..()

View File

@@ -24,6 +24,7 @@
/atom/movable/screen/tutorial_skip_text
alpha = 0
layer = TUTORIAL_INSTRUCTIONS_LAYER
appearance_flags = parent_type::appearance_flags | KEEP_APART
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
maptext_height = 32
maptext_width = 200