style!
This commit is contained in:
parent
356b0a92e6
commit
902024fc3f
19 changed files with 272 additions and 10 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue