Migrate pause menu to bubble UI

This commit is contained in:
Alexander Sellite 2026-07-27 23:44:27 -04:00
parent f04d8db8ac
commit 46175ee405
6 changed files with 694 additions and 109 deletions

View file

@ -56,7 +56,7 @@ signal interactive_pointer_ui_changed(is_open: bool)
$UIRoot/TitleScreen/ResponsiveTitleStage/TitlePresentationScaleRoot/SettingsPanel
)
@onready var _pause_settings_panel: SettingsPanelType = (
$UIRoot/PauseMenu/SettingsCenter/SettingsPanel
$UIRoot/PauseMenu/ResponsivePauseStage/PausePresentationScaleRoot/SettingsCenter/SettingsPanel
)
var _showcase_active: bool = false