Prepare v0.6.8-alpha release

This commit is contained in:
Alexander Sellite 2026-08-13 18:59:19 -04:00
parent dbe0a7b313
commit 31d459b3a7
15 changed files with 139 additions and 41 deletions

View file

@ -1517,7 +1517,9 @@ func _refresh_gameplay_hud_visibility() -> void:
and not _shop_open
)
_gameplay_transient_hud.visible = show_world_hud
_experience_presentation.visible = show_world_hud
_experience_presentation.visible = (
_gameplay_ui_enabled and not _gameplay_hud_hidden
)
func set_system_menu_open(is_open: bool) -> void: