mirror of
https://github.com/tonytins/citylimits
synced 2025-12-15 20:54: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
|
|
@ -8,10 +8,6 @@
|
|||
|
||||
config_version=4
|
||||
|
||||
_global_script_classes=[ ]
|
||||
_global_script_class_icons={
|
||||
}
|
||||
|
||||
[application]
|
||||
|
||||
config/name="City Limits"
|
||||
|
|
@ -26,6 +22,7 @@ SimData="*res://scripts/autoload/sim_data.gd"
|
|||
SimEvents="*res://scripts/autoload/sim_events.gd"
|
||||
SimTime="*res://scripts/autoload/sim_time.gd"
|
||||
ZoneData="*res://scripts/autoload/zone_data.gd"
|
||||
VRBridge="*res://scripts/autoload/vr_bridge.gd"
|
||||
|
||||
[display]
|
||||
|
||||
|
|
@ -37,6 +34,10 @@ window/stretch/aspect="keep"
|
|||
|
||||
enabled=PoolStringArray( )
|
||||
|
||||
[gdnative]
|
||||
|
||||
singletons=[ ]
|
||||
|
||||
[input]
|
||||
|
||||
ui_left={
|
||||
|
|
@ -70,6 +71,10 @@ ui_cheats={
|
|||
]
|
||||
}
|
||||
|
||||
[layer_names]
|
||||
|
||||
2d_physics/layer_1="zones"
|
||||
|
||||
[rendering]
|
||||
|
||||
quality/driver/driver_name="GLES2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue