Optimize PortMaster low-memory profile

This commit is contained in:
Voyager 2026-08-18 01:02:13 -04:00
parent b27883d115
commit 021de5aca4
16 changed files with 327 additions and 31 deletions

View file

@ -1723,6 +1723,10 @@ func get_title_screen() -> TitleScreenType:
return _title_screen
func set_light_performance_profile(light_profile: bool) -> void:
_player_menu.set_light_performance_profile(light_profile)
func set_effective_ui_pixel_size(pixel_size: int) -> void:
_title_settings_panel.set_effective_ui_pixel_size(pixel_size)
_pause_settings_panel.set_effective_ui_pixel_size(pixel_size)