This commit is contained in:
pennyrigate 2025-12-09 17:21:46 -05:00
parent e2ddd9cefe
commit b48b7cb218
4 changed files with 25 additions and 1 deletions

View file

@ -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)