Matriks404 / openSMB2

An open source reimplementation of Super Mario Bros. 2 written in Lua and LÖVE.
GNU General Public License v3.0
32 stars 4 forks source link

Music issues #6

Open Matriks404 opened 6 years ago

Matriks404 commented 6 years ago

By combining these two issues we can conclude that we need 4 tracks for every music piece:

Matriks404 commented 6 years ago

Note that we should probably have 2 tracks (4 total) for different music notes, so in pause menu we can just turn volume down for one that doesn't play during that screen (love.audio.setVolume() function).

The problem with these are dumping them of course.