start on ewaste screen

This commit is contained in:
Tabby 2026-01-23 15:40:25 +11:00
parent fbadd98025
commit d0d1ccdf50
2 changed files with 3 additions and 3 deletions

View file

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