seperated recipes
This commit is contained in:
parent
f510a916f7
commit
fd17bf38df
8 changed files with 121 additions and 120 deletions
|
|
@ -35,10 +35,10 @@ expand_mode = 3
|
|||
[node name="BinPanel" type="PanelContainer" parent="." node_paths=PackedStringArray("grid", "inv_label")]
|
||||
z_index = 2
|
||||
layout_mode = 0
|
||||
offset_left = 714.0
|
||||
offset_top = 386.0
|
||||
offset_right = 1066.0
|
||||
offset_bottom = 587.0
|
||||
offset_left = 751.0
|
||||
offset_top = 376.0
|
||||
offset_right = 1027.0
|
||||
offset_bottom = 545.0
|
||||
script = ExtResource("1_6uqi0")
|
||||
inventory_name = "E-waste Recycling Bin"
|
||||
type = "Loot"
|
||||
|
|
@ -127,9 +127,9 @@ anchor_left = 0.5
|
|||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -81.0
|
||||
offset_left = -42.0
|
||||
offset_top = -15.5
|
||||
offset_right = 81.0
|
||||
offset_right = 120.000244
|
||||
offset_bottom = 15.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
|
|
|||
|
|
@ -37,27 +37,27 @@ anchor_left = 0.5
|
|||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -63.5
|
||||
offset_top = -15.5
|
||||
offset_right = 63.5
|
||||
offset_bottom = 15.5
|
||||
offset_left = 5.0
|
||||
offset_top = 9.0
|
||||
offset_right = 132.0
|
||||
offset_bottom = 40.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
text = "Goto workshop"
|
||||
|
||||
[node name="SellPanel" parent="." instance=ExtResource("3_85yof")]
|
||||
layout_mode = 0
|
||||
offset_left = 713.0
|
||||
offset_top = 85.0
|
||||
offset_right = 1065.0
|
||||
offset_bottom = 223.0
|
||||
offset_left = 791.0
|
||||
offset_top = 148.0
|
||||
offset_right = 1143.0
|
||||
offset_bottom = 270.00018
|
||||
|
||||
[node name="meowbay" type="PanelContainer" parent="." node_paths=PackedStringArray("listing_grid")]
|
||||
layout_mode = 0
|
||||
offset_left = 711.0
|
||||
offset_top = 253.0
|
||||
offset_right = 1064.0
|
||||
offset_bottom = 552.0
|
||||
offset_left = 790.0
|
||||
offset_top = 291.46
|
||||
offset_right = 1143.0
|
||||
offset_bottom = 590.4607
|
||||
script = ExtResource("4_jxe34")
|
||||
listing_grid = NodePath("ScrollContainer/VBoxContainer/listings")
|
||||
|
||||
|
|
@ -81,9 +81,9 @@ columns = 2
|
|||
|
||||
[node name="BotnetPanel" parent="." instance=ExtResource("5_jxe34")]
|
||||
layout_mode = 0
|
||||
offset_left = 441.0
|
||||
offset_top = 417.0
|
||||
offset_right = 702.0
|
||||
offset_bottom = 618.0
|
||||
offset_left = 523.0
|
||||
offset_top = 434.0
|
||||
offset_right = 784.0
|
||||
offset_bottom = 635.0
|
||||
|
||||
[connection signal="pressed" from="GotoWorkshop" to="." method="_on_goto_workshop_pressed"]
|
||||
|
|
|
|||
|
|
@ -35,28 +35,28 @@ anchor_left = 0.5
|
|||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -73.0
|
||||
offset_top = -57.0
|
||||
offset_right = 73.0
|
||||
offset_bottom = -26.0
|
||||
offset_left = 29.0
|
||||
offset_top = -41.0
|
||||
offset_right = 175.0
|
||||
offset_bottom = -10.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
text = "Go to ewaste bins"
|
||||
|
||||
[node name="GotoComputer" type="Button" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 500.0
|
||||
offset_top = 328.0
|
||||
offset_right = 646.0
|
||||
offset_bottom = 359.0
|
||||
offset_left = 602.0
|
||||
offset_top = 344.0
|
||||
offset_right = 748.0
|
||||
offset_bottom = 375.0
|
||||
text = "Go to room"
|
||||
|
||||
[node name="CraftingPanel" parent="." instance=ExtResource("2_wwo6w")]
|
||||
layout_mode = 0
|
||||
offset_left = 874.0
|
||||
offset_top = 149.0
|
||||
offset_right = 1087.0
|
||||
offset_bottom = 442.0
|
||||
offset_left = 871.0
|
||||
offset_top = 189.0
|
||||
offset_right = 1039.0
|
||||
offset_bottom = 444.0
|
||||
|
||||
[connection signal="pressed" from="GotoEwaste" to="." method="_on_goto_ewaste_pressed"]
|
||||
[connection signal="pressed" from="GotoComputer" to="." method="_on_goto_computer_pressed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue