From aaa1c12addf8e5d28458b6504199bd45ea637b37 Mon Sep 17 00:00:00 2001 From: Persephone Bubblegum-Holiday Date: Thu, 7 Aug 2025 19:13:53 -0700 Subject: [PATCH] small typographical error --- Scripts/InGameMenu.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/InGameMenu.gd b/Scripts/InGameMenu.gd index 63d7982..cbcb58a 100644 --- a/Scripts/InGameMenu.gd +++ b/Scripts/InGameMenu.gd @@ -137,7 +137,7 @@ func _on_open_button_pressed() -> void: $AudioStreamPlayer.stream = load_audio_from_buffer(Marshalls.base64_to_raw(content.split(";")[2])) set_transport_enabled(true) show_is_loaded = true - $TransportControls/ShowLabel.text = "Editing: " + show_name + $TransportControls/ShowLabel.text = "Playing: " + show_name $LoadShowScreen/DialogPanel/InFilePath.text = "" $LoadShowScreen/DialogPanel/PleaseWaitText.visible = false $LoadShowScreen.visible = false