new mastered sounds
This commit is contained in:
parent
aff857b33c
commit
51be693444
45 changed files with 1 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -30,6 +30,7 @@ void MyGame::changeScene(GameScene::gameScene n){
|
||||||
_combat = new Combat;
|
_combat = new Combat;
|
||||||
_scenes[_scene] = _combat;
|
_scenes[_scene] = _combat;
|
||||||
SoundManager::setLoop(true, "clicks");
|
SoundManager::setLoop(true, "clicks");
|
||||||
|
SoundManager::setVolume(85,"clicks");
|
||||||
SoundManager::playMusic("clicks");
|
SoundManager::playMusic("clicks");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue