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

View file

@ -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"]