pew
This commit is contained in:
parent
e2ddd9cefe
commit
b48b7cb218
4 changed files with 25 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ func _input(event: InputEvent) -> void:
|
|||
|
||||
|
||||
func _on_timer_timeout() -> void:
|
||||
$AudioStreamPlayer.play()
|
||||
print("yeth")
|
||||
var bullet = Bullet.instantiate()
|
||||
get_owner().get_owner().add_child(bullet)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue