surfactants / sylph

C++/SFML ECS-based game engine
Other
0 stars 0 forks source link

Expanded menu system functionality #3

Closed surfactants closed 1 year ago

surfactants commented 1 year ago

menu elements are now handled fully generically in the base Menu class. the additional states only exist to construct various parts, and implement any additional specific functionality (like database operations, newgame validation, etc)

added menu elements:

also: