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

@ -368,7 +368,7 @@ self_modulate = Color(1, 0, 0.23137255, 0.6039216)
layout_mode = 0
offset_left = 207.0
offset_right = 363.0
offset_bottom = 112.0
offset_bottom = 141.0
texture = ExtResource("8_icm48")
expand_mode = 1
@ -377,7 +377,7 @@ layout_mode = 0
offset_left = 39.0
offset_top = 10.0
offset_right = 144.0
offset_bottom = 99.0
offset_bottom = 129.0
text = "View your salvaging recipes here"
horizontal_alignment = 1
vertical_alignment = 1

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")