one-dimensional vertical slice
This commit is contained in:
parent
548a23d0e9
commit
3607ca7e2e
42 changed files with 692 additions and 2 deletions
7
objects/bullet_emitter/test_bullet_emitter.gd
Normal file
7
objects/bullet_emitter/test_bullet_emitter.gd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
extends BulletEmitter
|
||||
|
||||
|
||||
func _on_timer_timeout() -> void:
|
||||
for i in range(10):
|
||||
emit_bullets()
|
||||
%AudioStreamPlayer.play()
|
||||
Loading…
Add table
Add a link
Reference in a new issue