Return of smooth belt
This commit is contained in:
parent
8dcd7725a9
commit
d413c211b5
3 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
|||
extends StructureBehaviour
|
||||
|
||||
@onready var inventory : InOutInventory = structure_parent.inventory
|
||||
@export var selected_recipe : Recipe
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
inventory.stack_added.connect(check_for_recipe)
|
||||
await get_tree().process_frame
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue