Item void
This commit is contained in:
parent
788e42135f
commit
fa6212400b
7 changed files with 43 additions and 29 deletions
|
@ -1,9 +0,0 @@
|
|||
extends StructureBehaviour
|
||||
|
||||
@onready var inventory : Storage = structure_parent.inventory
|
||||
|
||||
func _ready() -> void:
|
||||
inventory.stack_added.connect(on_stack_added)
|
||||
|
||||
func on_stack_added(_stack : Stack, _position: int) -> void:
|
||||
inventory.internal_array[0].amount = 0
|
|
@ -1 +0,0 @@
|
|||
uid://dwx8y8c6guldd
|
Loading…
Add table
Add a link
Reference in a new issue