|
@@ -60,8 +60,8 @@ title = "Balls"
|
|
|
[connection signal="gain_new_bullet" from="Launcher" to="UI/BallCounter" method="increase_counter"]
|
|
|
[connection signal="get_firing" from="Launcher" to="UI" method="_on_Launcher_get_firing"]
|
|
|
[connection signal="is_full" from="Launcher" to="Grid" method="_on_Launcher_is_full"]
|
|
|
-[connection signal="has_moved" from="Grid" to="Launcher" method="_on_Grid_has_moved"]
|
|
|
[connection signal="has_moved" from="Grid" to="DeadLine" method="_on_Grid_has_moved"]
|
|
|
+[connection signal="has_moved" from="Grid" to="Launcher" method="_on_Grid_has_moved"]
|
|
|
[connection signal="kace_broken" from="Grid" to="Launcher" method="_on_Grid_kace_broken"]
|
|
|
[connection signal="kace_damaged" from="Grid" to="UI/ScoreCounter" method="increase_counter"]
|
|
|
[connection signal="game_lost" from="DeadLine" to="Launcher" method="_on_DeadLine_game_lost"]
|