Integrate per-save identity and interaction UI

This commit is contained in:
Alexander Sellite 2026-09-01 17:30:50 -04:00
parent ac82a28f3b
commit 4fda6e97f6
58 changed files with 3471 additions and 461 deletions

View file

@ -628,6 +628,7 @@ func _prepare_awaiting_start_input() -> void:
_continue_stats_drawer.hide()
_continue_stats_drawer.modulate.a = 0.0
_continue_stats_drawer.scale = Vector2(1.0, 0.001)
_version_row.show()
_main_content.show()
_start_prompt_center.show()
_start_prompt_center.modulate.a = 1.0
@ -927,6 +928,7 @@ func _on_continue_pressed() -> void:
_release_primary_menu_focus()
_presentation_center.hide()
_start_prompt_center.hide()
_version_row.hide()
_join_game_page.close_page()
_credits_page.close_page()
_new_game_setup_page.close_page()
@ -935,6 +937,7 @@ func _on_continue_pressed() -> void:
func _close_save_slots() -> void:
_save_slots_page.close_page()
_version_row.show()
_presentation_center.show()
_button_center.show()
_start_prompt_center.hide()