Work on quest locations and the first, brokedown guildhall scene.

This commit is contained in:
2025-09-27 18:19:22 -04:00
parent 023e88b84e
commit 00ef506689
19 changed files with 854 additions and 121 deletions

View File

@@ -31,4 +31,9 @@ func _on_add_shift_button_pressed() -> void:
func _on_accept_button_pressed() -> void:
var schedule = []
for child : ShiftCycle in cycle_list:
schedule.append([child.work_shift, child.open_shift])
Guild.shift_schedule = schedule
Game.switch_dialogue("game_start", "")
pass # Replace with function body.