File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ stream = ExtResource("5_dnvwy")
5050[node name ="DeathSound" type ="AudioStreamPlayer" parent ="." unique_id =693847821 ]
5151stream = ExtResource ("5_r2snl" )
5252
53+ [connection signal ="Hit" from ="Player" to ="." method ="GameOver" ]
5354[connection signal ="timeout" from ="MobTimer" to ="." method ="OnMobTimerTimeout" ]
5455[connection signal ="timeout" from ="ScoreTimer" to ="." method ="OnScoreTimerTimeout" ]
5556[connection signal ="timeout" from ="StartTimer" to ="." method ="OnStartTimerTimeout" ]
57+ [connection signal ="StartGame" from ="HUD" to ="." method ="NewGame" ]
Original file line number Diff line number Diff line change @@ -151,4 +151,5 @@ grow_horizontal = 2
151151grow_vertical = 2
152152text = "Press Enter to retry"
153153
154+ [connection signal ="Hit" from ="Player" to ="." method ="OnPlayerHit" ]
154155[connection signal ="timeout" from ="MobTimer" to ="." method ="OnMobTimerTimeout" ]
You can’t perform that action at this time.
0 commit comments