Sparkles and Powerball

This commit is contained in:
2024-05-07 23:12:23 +01:00
parent 0017d49923
commit 0cc0b4a40b
8 changed files with 113 additions and 13 deletions

View File

@@ -325,6 +325,10 @@ layout_mode = 2
size_flags_vertical = 3
theme = ExtResource("8_wcf7g")
[node name="PowerBallTimer" type="Timer" parent="."]
one_shot = true
[connection signal="update_lives" from="." to="." method="_on_update_lives"]
[connection signal="effect_finished" from="Paddle" to="." method="_on_paddle_effect_finished"]
[connection signal="pressed" from="Paused/VBoxContainer/HBoxContainer/Quit" to="Paused" method="_on_quit_pressed"]
[connection signal="timeout" from="PowerBallTimer" to="." method="_on_power_ball_timer_timeout"]