Conniver's Kunai
Member
- Jul 16, 2018
- 101
- 49
- 86
Hello, I use this code for the main menu. How can I add "Help" and "About"?
Other buttons work and before this code I deleted the basic code in screens.rpy 
Code:
screen main_menu:
tag menu
imagemap:
ground 'gui/main_menu_idle.png'
hover 'gui/main_menu_hover.png'
hotspot (........) action Start('start')
hotspot (........) action ShowMenu('load')
hotspot (........) action ShowMenu('preferences')
hotspot (........) action Quit(confirm=False)