ErikaRedmark / monkey-shines-java-port

Port to Java of abandoned classic Mac OS game "Monkey Shines" by Fantasoft
GNU General Public License v3.0
19 stars 1 forks source link

Spooked music does not loop correctly #91

Open FolkertVanVerseveld opened 9 years ago

FolkertVanVerseveld commented 9 years ago

In the original version, the music does not loop at the very beginning of the music.

ErikaRedmark commented 9 years ago

The current sound system will need to be augmented, and the world save file format changed, to support a time index where the sound should be looping from, so the system can split the music into a loop and non-loop part.