Skip to content

Commit

Permalink
Added game sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Kandeel4411 committed Jun 23, 2019
1 parent cd43280 commit be431af
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Binary file added assets/boss.mp3
Binary file not shown.
Binary file added assets/enemy.mp3
Binary file not shown.
Binary file added assets/life.mp3
Binary file not shown.
Binary file added assets/loop.mp3
Binary file not shown.
Binary file added assets/player.mp3
Binary file not shown.
Binary file added assets/shot.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Invader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <vector>
#pragma comment(lib, "Winmm.lib")

bool Invader::playing = 1;
bool Invader::playing = true;
int Invader::borderY;
int Invader::setLevel = -1;
Monster Invader::Boss;
Expand Down

0 comments on commit be431af

Please sign in to comment.