This commit is contained in:
Tabby 2026-01-18 02:41:09 +11:00
parent 356b0a92e6
commit 902024fc3f
19 changed files with 272 additions and 10 deletions

View file

@ -23,8 +23,9 @@ func _on_play_button_pressed() -> void:
PlayerInventory.show()
Clock.show()
Locations.show()
Locations.current_location = Locations.Location.workshop
get_tree().change_scene_to_file("res://scenes/workshop.tscn")
Locations.goto_workshop()
#Locations.current_location = Locations.Location.workshop
#get_tree().change_scene_to_file("res://scenes/workshop.tscn")
func _on_credits_button_pressed() -> void: