Interior Maps #13
BIN
map_editor.scn (Stored with Git LFS)
BIN
map_editor.scn (Stored with Git LFS)
Binary file not shown.
|
@ -1,5 +1,10 @@
|
||||||
class_name WorkerPrompt extends Control
|
class_name WorkerPrompt extends Control
|
||||||
|
|
||||||
|
##
|
||||||
|
##
|
||||||
|
##
|
||||||
|
signal prompt_completed()
|
||||||
kayomn marked this conversation as resolved
|
|||||||
|
|
||||||
##
|
##
|
||||||
##
|
##
|
||||||
##
|
##
|
||||||
|
@ -44,4 +49,6 @@ func prompt(display_message: String, steps: Array) -> void:
|
||||||
await get_tree().process_frame
|
await get_tree().process_frame
|
||||||
|
|
||||||
_worker_thread.wait_to_finish()
|
_worker_thread.wait_to_finish()
|
||||||
|
prompt_completed.emit()
|
||||||
hide()
|
hide()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Missing doc comment.