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 3 forks source link

Implement better state management #64

Closed Matriks404 closed 1 year ago

Matriks404 commented 1 year ago

Instead of manually setting state.name and settings background color and music, we should do that automatically by state.set() function which gets background and music from local struct of possible states.