Boss fight looking better, but I need to get this bounce animation in the main game fights.
This commit is contained in:
parent
25d782df6d
commit
2d790c5986
8 changed files with 54 additions and 35 deletions
|
@ -21,4 +21,6 @@ namespace sound {
|
|||
void play_at(const std::string name, float x, float y, float z);
|
||||
void stop(const std::string name);
|
||||
void mute(bool setting);
|
||||
bool playing(const std::string name);
|
||||
SoundPair& get_sound_pair(const std::string& name);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue