A little folders cleanup
This commit is contained in:
parent
997e3c0982
commit
545da7be1f
90 changed files with 68 additions and 1661 deletions
|
|
@ -1,11 +0,0 @@
|
|||
extends Node
|
||||
|
||||
class_name FactionNode
|
||||
|
||||
## Faction that is represented with this node
|
||||
@export var faction: Game.Faction
|
||||
|
||||
func _ready():
|
||||
for child in get_children():
|
||||
if "faction" in child:
|
||||
child.faction = faction
|
||||
Loading…
Add table
Add a link
Reference in a new issue