fixed recipe checking, hoping it doesnt cost too much performace
This commit is contained in:
parent
dc03f4d353
commit
09625d8285
2 changed files with 29 additions and 19 deletions
|
|
@ -1,12 +1,7 @@
|
|||
[gd_scene load_steps=12 format=3 uid="uid://f06ym5ujhdsc"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://f06ym5ujhdsc"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://br4fgimf7nygr" path="res://inv_system/crafting_panel.gd" id="1_441s3"]
|
||||
[ext_resource type="PackedScene" uid="uid://dgqs20xf7l8c" path="res://inv_system/item_slot.tscn" id="2_h0v0h"]
|
||||
[ext_resource type="Script" uid="uid://b4iu5xrdf0evs" path="res://crafting/craft_recipe.gd" id="2_ytbts"]
|
||||
[ext_resource type="Resource" uid="uid://dp4hnei3ur6oe" path="res://crafting/crafts/computer_craft.tres" id="3_4h4i0"]
|
||||
[ext_resource type="Script" uid="uid://boqr1fowaqmt0" path="res://crafting/scavenge_recipe.gd" id="4_qjage"]
|
||||
[ext_resource type="Resource" uid="uid://deohei5avmspt" path="res://crafting/scavenges/large_psu_scav.tres" id="5_8c40c"]
|
||||
[ext_resource type="Resource" uid="uid://dpnp3xlwhla4h" path="res://crafting/scavenges/small_psu_scav.tres" id="6_8c40c"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_h0v0h"]
|
||||
content_margin_left = 0.0
|
||||
|
|
@ -87,8 +82,6 @@ offset_right = 962.0
|
|||
offset_bottom = 382.0
|
||||
script = ExtResource("1_441s3")
|
||||
action_button = NodePath("MarginContainer/VBoxContainer/ActionButton")
|
||||
craft_recipes = Array[ExtResource("2_ytbts")]([ExtResource("3_4h4i0")])
|
||||
scavenge_recipes = Array[ExtResource("4_qjage")]([ExtResource("5_8c40c"), ExtResource("6_8c40c")])
|
||||
assemble_style = SubResource("StyleBoxFlat_h0v0h")
|
||||
assemble_style_hover = SubResource("StyleBoxFlat_441s3")
|
||||
assemble_style_pressed = SubResource("StyleBoxFlat_h0v0h")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue