mirror of
https://github.com/tonytins/citylimits
synced 2025-12-16 21:24:43 -05:00
Directory reorganization
- Zones can now detect each other
This commit is contained in:
parent
1f038ea53c
commit
abf160838c
621 changed files with 4148 additions and 5902 deletions
5
scripts/window3d.gd
Normal file
5
scripts/window3d.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends Spatial
|
||||
|
||||
onready var node_viewport = $Viewport
|
||||
onready var node_quad = $Quad
|
||||
onready var node_area = $Quad/Area
|
||||
Loading…
Add table
Add a link
Reference in a new issue