miss gelatin's night walk

This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-04 23:47:30 -07:00
parent 9f11ea283f
commit 23137bf834
2 changed files with 2 additions and 0 deletions

View file

@ -878,6 +878,7 @@ text = "Open"
[node name="PleaseWaitText" type="Label" parent="ShowtapeLoadScreen/DialogPanel"]
visible = false
layout_mode = 0
offset_left = 4.0
offset_top = 156.0
offset_right = 430.0

View file

@ -132,6 +132,7 @@ func _on_open_button_pressed() -> void:
$LoadShowScreen/DialogPanel/PleaseWaitText.visible = false
return
show_name = header[2]
loaded_frames = []
load_data(content.split(";")[1])
$AudioStreamPlayer.stream = load_audio_from_buffer(Marshalls.base64_to_raw(content.split(";")[2]))
set_transport_enabled(true)