GameMenu-cpp
GameMenu-cpp copied to clipboard
A c++ library based on sfml which can be used to create old school UI menu for sfml based software.
It should include things like: - Title color - Title Font - Item color - Item font - Size of title and items - Relative Location (Choose from Left, right,...
Hello, I stumbled on your Snake and GameMenu projects while learning SFML and thought it was an excellent introduction and I wanted to contribute if possible. I am happy to...
Added support for mouse menu selections. - Support mouse position for current selected item. As mouse passes over text control, control is set to currently selected item. - Support mouse...
This pull request implements sound effects for menu interactions. The following changes have been made: Integrated click.wav and select.wav into MenuConfig. Added _click_sound for selection changes using Up/Down keys. Added...