More UI work

This commit is contained in:
2025-07-31 20:01:51 -04:00
parent 38a7ed85b0
commit 697677cf86
19 changed files with 357 additions and 84 deletions

View File

@@ -24,8 +24,8 @@ func add_quest_progress_bar(quest : Quest) -> void:
func switch_panel(active : bool) -> void:
%OpenList.visible = active
%WorkingList.visible = !active
%OpenShift.visible = active
%WorkingShift.visible = !active
func _on_end_shift_pressed() -> void: