Working sound system and most enemies have a sound effect. This will make it easier to add sounds now.
This commit is contained in:
parent
83df9ff03b
commit
20cbc3a21c
12 changed files with 126 additions and 5 deletions
2
main.cpp
2
main.cpp
|
@ -1,8 +1,10 @@
|
|||
#include "gui_fsm.hpp"
|
||||
#include "textures.hpp"
|
||||
#include "sound.hpp"
|
||||
|
||||
int main() {
|
||||
textures::init();
|
||||
sound::init();
|
||||
gui::FSM main;
|
||||
main.event(gui::Event::STARTED);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue