Setup UI canvas, added shield and game start.

This commit is contained in:
Henry 2025-12-09 12:00:26 +00:00
parent e582ed7ec3
commit ef773a1ec5
11 changed files with 223 additions and 17 deletions

View file

@ -91,4 +91,5 @@ shape = SubResource("RectangleShape2D_op7ga")
[node name="GunCooldown" type="Timer" parent="."]
one_shot = true
[connection signal="area_entered" from="." to="." method="_on_area_entered"]
[connection signal="timeout" from="GunCooldown" to="." method="_on_gun_cool_down_timeout"]