Boss fight looking better, but I need to get this bounce animation in the main game fights.

This commit is contained in:
Zed A. Shaw 2025-02-28 13:03:13 -05:00
parent 25d782df6d
commit 2d790c5986
8 changed files with 54 additions and 35 deletions

View file

@ -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);
}