Comet spins randomly

This commit is contained in:
2024-05-12 00:47:14 -04:00
parent 307921801d
commit 41dc281b66
7 changed files with 65 additions and 3 deletions

View File

@ -38,7 +38,7 @@ func fire_gun(pos : Vector2, rot : float) -> void:
bullet.position = pos
bullet.rotation = rot
$Projectiles.add_child(bullet)
$ShootSound.play()
$ShootSounds.play()
can_shoot = false
$ShotCooldown.start()