fixing bugs meow

This commit is contained in:
Tabby 2026-01-17 13:42:34 +11:00
parent c969e0bee2
commit 4a9193e549
27 changed files with 370 additions and 40 deletions

View file

@ -40,4 +40,6 @@ func _on_reset_button_pressed() -> void:
PlayerInventory.botnet.clear()
PlayerInventory.show()
Clock.show()
Locations.show()
Locations.current_location = Locations.Location.workshop
get_tree().change_scene_to_file("res://scenes/workshop.tscn")