accumulation test
This commit is contained in:
parent
69f6544545
commit
7e5603927e
7 changed files with 65 additions and 14 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@ text = "Cannot buy: Inventory Full!"
|
|||
horizontal_alignment = 1
|
||||
|
||||
[node name="BotnetPanel" parent="." instance=ExtResource("5_jxe34")]
|
||||
visible = false
|
||||
layout_mode = 0
|
||||
offset_left = 523.0
|
||||
offset_top = 434.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue