Directory reorganization

- Zones can now detect each other
This commit is contained in:
Tony Bark 2021-10-02 11:12:27 -04:00
parent 1f038ea53c
commit abf160838c
621 changed files with 4148 additions and 5902 deletions

5
scripts/window3d.gd Normal file
View file

@ -0,0 +1,5 @@
extends Spatial
onready var node_viewport = $Viewport
onready var node_quad = $Quad
onready var node_area = $Quad/Area