Interior Maps #13

Merged
kayomn merged 30 commits from interior-maps into main 2023-02-01 01:16:16 +01:00
2 changed files with 9 additions and 2 deletions
Showing only changes of commit 725ab3c55d - Show all commits

BIN
map_editor.scn (Stored with Git LFS)

Binary file not shown.

View File

@ -1,5 +1,10 @@
class_name WorkerPrompt extends Control
##
##
##
signal prompt_completed()
kayomn marked this conversation as resolved
Review

Missing doc comment.

Missing doc comment.
##
##
##
@ -44,4 +49,6 @@ func prompt(display_message: String, steps: Array) -> void:
await get_tree().process_frame
_worker_thread.wait_to_finish()
prompt_completed.emit()
hide()