-
-
Save jeiting/5314272 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- cached, sound played based on the name for the sound effect, rather than the file name | |
SoundManager.load("dropped_bass", "assets/droppbass.ogg") | |
SoundManager.playSound("explosion") -- Sounds that aren't preloaded are loaded automatically | |
SoundManager.playMusic("dropped_bass") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment