Prepare v0.6.8-alpha release
This commit is contained in:
parent
dbe0a7b313
commit
31d459b3a7
15 changed files with 139 additions and 41 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -221,7 +221,7 @@ unique_name_in_owner = true
|
|||
layout_mode = 2
|
||||
theme_override_colors/font_color = Color(0.682, 0.733, 0.761, 1)
|
||||
theme_override_font_sizes/font_size = 22
|
||||
text = "v0.6.7-alpha"
|
||||
text = "v0.6.8-alpha"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Spacer" type="Control" parent="ResponsiveTitleStage/TitlePresentationScaleRoot/Center/MainContent"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue