bullet counter

This commit is contained in:
Haze Weathers 2025-12-14 16:02:46 -06:00
parent 3f2b7e3bd3
commit 5f732e1e6f
7 changed files with 30 additions and 2 deletions

View file

@ -2,6 +2,6 @@ extends BulletEmitter
func _on_timer_timeout() -> void:
for i in range(10):
for i in range(500):
emit_bullets()
%AudioStreamPlayer.play()