miss gelatin's night walk
This commit is contained in:
parent
9f11ea283f
commit
23137bf834
2 changed files with 2 additions and 0 deletions
|
@ -878,6 +878,7 @@ text = "Open"
|
||||||
|
|
||||||
[node name="PleaseWaitText" type="Label" parent="ShowtapeLoadScreen/DialogPanel"]
|
[node name="PleaseWaitText" type="Label" parent="ShowtapeLoadScreen/DialogPanel"]
|
||||||
visible = false
|
visible = false
|
||||||
|
layout_mode = 0
|
||||||
offset_left = 4.0
|
offset_left = 4.0
|
||||||
offset_top = 156.0
|
offset_top = 156.0
|
||||||
offset_right = 430.0
|
offset_right = 430.0
|
||||||
|
|
|
@ -132,6 +132,7 @@ func _on_open_button_pressed() -> void:
|
||||||
$LoadShowScreen/DialogPanel/PleaseWaitText.visible = false
|
$LoadShowScreen/DialogPanel/PleaseWaitText.visible = false
|
||||||
return
|
return
|
||||||
show_name = header[2]
|
show_name = header[2]
|
||||||
|
loaded_frames = []
|
||||||
load_data(content.split(";")[1])
|
load_data(content.split(";")[1])
|
||||||
$AudioStreamPlayer.stream = load_audio_from_buffer(Marshalls.base64_to_raw(content.split(";")[2]))
|
$AudioStreamPlayer.stream = load_audio_from_buffer(Marshalls.base64_to_raw(content.split(";")[2]))
|
||||||
set_transport_enabled(true)
|
set_transport_enabled(true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue