Hello everyone Today I would like to ask who has a way to use Menu.nvgt. Can I have an example of usage? Because I wrote it myself and it always error
Could you show us an example that you are doing and the errors that are showing up?
Hi,
Just stumbled across this one, and figured it was worth noting that menu.nvgt actually includes 2 builtin and ready to use examples.
If you open up menu.nvgt and scroll to the bottom, you will see the functions void learn_game_sounds_menu and bool yes_no, both of which not only serve as examples, but can also be freely used in your application if you desire. The yes_no function is a much much simpler example than learn_game_sounds.
Hopefully this is helpful if not to OP, than to someone else looking for similar.