carnivores-cpe / Carn2-Menu

Carnivores 2/IA Menu implementation using left over code from Interface.cpp and referencing the Carnivores 1 menu code.
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Todo: Implement Options Game section #7

Closed Rexhunter99 closed 4 years ago

Rexhunter99 commented 4 years ago

Currently the game section on the options menu only renders the element names, not their values or the controls to change them. Most of these options should use a slider, some will be a click toggle to cycle forward through options.

Bonus: Implement a method of cycling backwards for the non-slider elements.