bullet counter
This commit is contained in:
parent
3f2b7e3bd3
commit
5f732e1e6f
7 changed files with 30 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue