Placement and platforms
This commit is contained in:
parent
a2164dca72
commit
d37c4ec858
31 changed files with 351 additions and 11 deletions
9
scripts/registry.gd
Normal file
9
scripts/registry.gd
Normal file
|
@ -0,0 +1,9 @@
|
|||
extends Node
|
||||
|
||||
func _ready() -> void:
|
||||
get_tree().scene_changed.connect(cleanup_runtime_cache)
|
||||
|
||||
func cleanup_runtime_cache():
|
||||
build_zones.clear()
|
||||
|
||||
var build_zones : Array[BuildZone]
|
Loading…
Add table
Add a link
Reference in a new issue