joetsoi / OpenMoonstone

Open source reimplementation of Moonstone: A Hard Day's Knight
GNU Affero General Public License v3.0
68 stars 3 forks source link

Change scene transition fade in/fade out to use `Replace` instead of `PopMultiple` #4

Open joetsoi opened 4 years ago

joetsoi commented 4 years ago

https://github.com/ggez/ggez-goodies/issues/16

I originally branched ggez-goodies to push and pop multiple scenes, but it's easier to stay in line with the ggez-goodies rather than maintaining a fork, so switching the fade in/fade out transitions to use Replace as suggest by icefoxen in the linked issue allow us to stop using a fork

Bhaal22 commented 4 years ago

I can have a look