Sean-Nishi / M1Wengine

A action-adventure game developed with Python 3.11.1 and pygame. Complete missions before timer expires.
3 stars 0 forks source link

Add audio cues for entities when states change #337

Open Sean-Nishi opened 8 months ago

Sean-Nishi commented 8 months ago

Implementation: within set_state() method for each state, there will be a set_audio_effect() method that will be called Method will take in audio you want to play, then call that within set_EXAMPLE_state() (set_charge_state(), set_patrol_state())