nczempin / Turres-Monacorum

scifi tower defense made with löve2d and lua
http://nczempin.github.io/Turres-Monacorum/
Other
52 stars 10 forks source link

"Stage clear" music should be different from "you lost" music #86

Closed nczempin closed 10 years ago

nczempin commented 10 years ago

"Stage clear" music should be different from "you lost" music: Right now we play the same music when the level ends, regardless of whether we've won or not.

We need a different piece of music for "stage clear".

nczempin commented 10 years ago

I added some dummy "stage clear" music that can later be replaced by something better, in bdf12a31aa46a9666bd41e83a54bd886dcdb314c

nczempin commented 10 years ago

maybe that dummy loop is good enough?

After all, we should hopefully hear the "next level" music a lot, but the "game over" fairly rarely, so it seems to be okay to have the "next level" be just a simple "jingle" loop.

nczempin commented 10 years ago

good enough to not need an issue