Note: I made this primarly to my own use, so everything might not be so well explained, but there are some instructions.
Simple menu engine is a very simple menu system that makes it quick to add menus to your games.
Features
Main menus
Pause menus (only menu, no pause function)
Works with keyboard & controller
End User Licence Agreement (EULA).
Added menu arrays to the "customization zone" - You can now easily set the text of the menu options there
Amount of options is now calculated automatically (this doesn't remove the need to manually edit what happens when an option is selected)
Changed sound example from on/off to sound volume
Bug fix: Used the wrong variable in some places so things were drawn incorrectly etc.
Added and edited some comments