This commit is contained in:
pennyrigate 2025-12-14 18:11:18 -05:00
parent 6809a3733a
commit 1f44bce864
14 changed files with 245 additions and 10 deletions

View file

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