mirror of
https://github.com/tonytins/citylimits
synced 2025-06-26 01:44:42 -04: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
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/power_station.gd" type="Script" id=1]
|
||||
[ext_resource path="res://sprites/coal.png" type="Texture" id=2]
|
||||
[ext_resource path="res://assets/coal.png" type="Texture" id=2]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=1]
|
||||
extents = Vector2( 32.2297, 31.8602 )
|
||||
|
@ -43,4 +43,6 @@ shape = SubResource( 1 )
|
|||
playback_speed = 5.0
|
||||
anims/Animante = SubResource( 2 )
|
||||
|
||||
[node name="RayCast2D" type="RayCast2D" parent="."]
|
||||
|
||||
[connection signal="timeout" from="Quarters" to="." method="_on_Quarters_timeout"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue