start on ewaste screen
This commit is contained in:
parent
fbadd98025
commit
d0d1ccdf50
2 changed files with 3 additions and 3 deletions
|
|
@ -368,7 +368,7 @@ self_modulate = Color(1, 0, 0.23137255, 0.6039216)
|
||||||
layout_mode = 0
|
layout_mode = 0
|
||||||
offset_left = 207.0
|
offset_left = 207.0
|
||||||
offset_right = 363.0
|
offset_right = 363.0
|
||||||
offset_bottom = 112.0
|
offset_bottom = 141.0
|
||||||
texture = ExtResource("8_icm48")
|
texture = ExtResource("8_icm48")
|
||||||
expand_mode = 1
|
expand_mode = 1
|
||||||
|
|
||||||
|
|
@ -377,7 +377,7 @@ layout_mode = 0
|
||||||
offset_left = 39.0
|
offset_left = 39.0
|
||||||
offset_top = 10.0
|
offset_top = 10.0
|
||||||
offset_right = 144.0
|
offset_right = 144.0
|
||||||
offset_bottom = 99.0
|
offset_bottom = 129.0
|
||||||
text = "View your salvaging recipes here"
|
text = "View your salvaging recipes here"
|
||||||
horizontal_alignment = 1
|
horizontal_alignment = 1
|
||||||
vertical_alignment = 1
|
vertical_alignment = 1
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ func _on_play_button_pressed() -> void:
|
||||||
PlayerInventory.show()
|
PlayerInventory.show()
|
||||||
Clock.show()
|
Clock.show()
|
||||||
Locations.show()
|
Locations.show()
|
||||||
Locations.goto_workshop()
|
Locations.goto_ewaste()
|
||||||
#Locations.current_location = Locations.Location.workshop
|
#Locations.current_location = Locations.Location.workshop
|
||||||
#get_tree().change_scene_to_file("res://scenes/workshop.tscn")
|
#get_tree().change_scene_to_file("res://scenes/workshop.tscn")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue