Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NinSam committed Nov 26, 2024
1 parent dabc22c commit 1cd6436
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,15 @@ class $modify(LevelSearchLayer) {
FMODAudioEngine::sharedEngine()->playEffect("evw_recent_tab.ogg"_spr);
}
}

/*
Idea from @Random_person921
Uses music slider: FMODAudioEngine::sharedEngine()->playMusic();
Uses sfx slider: FMODAudioEngine::sharedEngine()->playEffect();
*/

};

0 comments on commit 1cd6436

Please sign in to comment.