|
@@ -1,8 +1,9 @@
|
|
-[gd_scene load_steps=5 format=2]
|
|
|
|
|
|
+[gd_scene load_steps=6 format=2]
|
|
|
|
|
|
[ext_resource path="res://Main.gd" type="Script" id=1]
|
|
[ext_resource path="res://Main.gd" type="Script" id=1]
|
|
[ext_resource path="res://Enemy.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://Enemy.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://Player.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://Player.tscn" type="PackedScene" id=3]
|
|
|
|
+[ext_resource path="res://HUD.tscn" type="PackedScene" id=4]
|
|
|
|
|
|
[sub_resource type="Curve2D" id=1]
|
|
[sub_resource type="Curve2D" id=1]
|
|
_data = {
|
|
_data = {
|
|
@@ -37,8 +38,11 @@ rotation = -6.07153e-08
|
|
|
|
|
|
[node name="Player" parent="." instance=ExtResource( 3 )]
|
|
[node name="Player" parent="." instance=ExtResource( 3 )]
|
|
position = Vector2( 245.983, 380.055 )
|
|
position = Vector2( 245.983, 380.055 )
|
|
|
|
+
|
|
|
|
+[node name="HUD" parent="." instance=ExtResource( 4 )]
|
|
[connection signal="timeout" from="MobTimer" to="." method="_on_MobTimer_timeout"]
|
|
[connection signal="timeout" from="MobTimer" to="." method="_on_MobTimer_timeout"]
|
|
[connection signal="timeout" from="ScoreTimer" to="." method="_on_ScoreTimer_timeout"]
|
|
[connection signal="timeout" from="ScoreTimer" to="." method="_on_ScoreTimer_timeout"]
|
|
[connection signal="timeout" from="StartTimer" to="Player" method="spawn"]
|
|
[connection signal="timeout" from="StartTimer" to="Player" method="spawn"]
|
|
[connection signal="timeout" from="StartTimer" to="." method="_on_StartTimer_timeout"]
|
|
[connection signal="timeout" from="StartTimer" to="." method="_on_StartTimer_timeout"]
|
|
[connection signal="hit" from="Player" to="." method="game_over"]
|
|
[connection signal="hit" from="Player" to="." method="game_over"]
|
|
|
|
+[connection signal="start_game" from="HUD" to="." method="new_game"]
|