From fd375bdb35d8a7b2ac9cf3dd02cdb0f197451a0b Mon Sep 17 00:00:00 2001 From: hop311 Date: Thu, 7 Dec 2023 22:45:19 +0000 Subject: Big UI commit - GUINode, MaskedFlag, PieChart, etc --- game/src/Game/LoadingScreen.gd | 6 ------ 1 file changed, 6 deletions(-) (limited to 'game/src/Game/LoadingScreen.gd') diff --git a/game/src/Game/LoadingScreen.gd b/game/src/Game/LoadingScreen.gd index c7dad9c..08cd2a8 100644 --- a/game/src/Game/LoadingScreen.gd +++ b/game/src/Game/LoadingScreen.gd @@ -21,7 +21,6 @@ func start_loading_screen(thread_safe_function : Callable) -> void: thread.wait_to_finish() thread.start(thread_safe_function) - Events.Loader.startup_load_begun.emit() func try_update_loading_screen(percent_complete: float, quote_should_change = false): # forces the function to behave as if deferred @@ -29,11 +28,6 @@ func try_update_loading_screen(percent_complete: float, quote_should_change = fa progress_bar.value = percent_complete if quote_should_change: quote_label.text = quotes[randi() % quotes.size()] - if is_equal_approx(percent_complete, 100): - thread.wait_to_finish() - Events.Loader.startup_load_ended.emit() - else: - Events.Loader.startup_load_changed.emit(percent_complete) func _ready(): if Engine.is_editor_hint(): return -- cgit v1.2.3-56-ga3b1