|
@@ -1,6 +1,7 @@
|
|
|
-[gd_scene load_steps=3 format=2]
|
|
|
+[gd_scene load_steps=4 format=2]
|
|
|
|
|
|
[ext_resource path="res://Main.gd" type="Script" id=1]
|
|
|
+[ext_resource path="res://Enemy.tscn" type="PackedScene" id=2]
|
|
|
|
|
|
[sub_resource type="Curve2D" id=1]
|
|
|
_data = {
|
|
@@ -12,6 +13,7 @@ script = ExtResource( 1 )
|
|
|
__meta__ = {
|
|
|
"_edit_group_": true
|
|
|
}
|
|
|
+Mob = ExtResource( 2 )
|
|
|
|
|
|
[node name="MobTimer" type="Timer" parent="."]
|
|
|
wait_time = 0.53
|
|
@@ -31,5 +33,6 @@ curve = SubResource( 1 )
|
|
|
[node name="MobSpawnLocation" type="PathFollow2D" parent="MobPath"]
|
|
|
position = Vector2( -1.05261, 2.78944 )
|
|
|
rotation = -6.07153e-08
|
|
|
+[connection signal="timeout" from="MobTimer" to="." method="_on_MobTimer_timeout"]
|
|
|
[connection signal="timeout" from="ScoreTimer" to="." method="_on_ScoreTimer_timeout"]
|
|
|
[connection signal="timeout" from="StartTimer" to="." method="_on_StartTimer_timeout"]
|