fixing bugs meow
This commit is contained in:
parent
c969e0bee2
commit
4a9193e549
27 changed files with 370 additions and 40 deletions
|
|
@ -16,4 +16,6 @@ func _process(delta: float) -> void:
|
|||
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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue