Skip to content

Commit

Permalink
Alien Pew Noise
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston committed Jan 5, 2024
1 parent b9aa664 commit 1a6162b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Alien.zig
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ pub const Alien = struct {
alien_shoots[i].active = true;
alien_shoots[i].rotation = self.rotation;

Shared.Sound.Play(.pew);
Shared.Sound.Play(.AlienPew);

break;
}
Expand Down

0 comments on commit 1a6162b

Please sign in to comment.