takmo / LD25

The public repository for our (my friends and I) entry for Ludum Dare 25
0 stars 0 forks source link

Sound/Music Manager #2

Open takmo opened 11 years ago

takmo commented 11 years ago

Create a manager to handle sounds and music. Sounds should use sf::Sound and music should use sf::Music.

addSound(sf::String) addMusic(sf::String)

playSound(sf::String)

playMusic(sf::String) pauseMusic() stopMusic()

If possible, make a way for music to fade in and out when played, paused, or stopped. Make this optional, though. And this isn't priority. Just cool.

takmo commented 11 years ago

Also make sure to call it something cool. Try sticking with the theater theme, if you don't mind :D

takmo commented 11 years ago

Actually, skip the sound part. Just make it a music manager. I think we'll call it Jukebox or something similar :D