one-dimensional vertical slice

This commit is contained in:
pennyrigate 2025-12-14 13:05:46 -05:00
parent 548a23d0e9
commit 3607ca7e2e
42 changed files with 692 additions and 2 deletions

View file

@ -0,0 +1,7 @@
extends BulletEmitter
func _on_timer_timeout() -> void:
for i in range(10):
emit_bullets()
%AudioStreamPlayer.play()