rotation rework, deletion of complex objects
This commit is contained in:
parent
609b1b976d
commit
8dcd7725a9
15 changed files with 103 additions and 147 deletions
|
@ -1,5 +1,7 @@
|
|||
@abstract
|
||||
extends Node2D
|
||||
|
||||
class_name StructureBehaviour
|
||||
|
||||
@onready var structure_parent : Structure = get_parent()
|
||||
@onready var inventory : Inventory = structure_parent.inventory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue