More work on the new dialogue system. Game installers updated.
This commit is contained in:
@ -572,13 +572,20 @@ help() {
|
||||
help_text+="spd_pitch=<number>\" # set speech-dispatcher speech pitch.\n"
|
||||
help_text+="spd_rate=<number>\" # set speech-dispatcher speech rate.\n"
|
||||
help_text+="spd_voice=<voice_name>\" # set speech-dispatcher voice. Be sure module is correct.\n"
|
||||
help_text+="spd_volume=<number>\" # set speech-dispatcher speech volume."
|
||||
help_text+="spd_volume=<number>\" # set speech-dispatcher speech volume.\n\n"
|
||||
help_text+="INSTALLER SCRIPT DIALOG FUNCTIONS:\n"
|
||||
help_text+="ui_msgbox \"title\" \"backtitle\" \"message\" - Show information message\n"
|
||||
help_text+="ui_yesno \"title\" \"backtitle\" \"question\" - Ask yes/no question\n"
|
||||
help_text+="ui_inputbox \"title\" \"backtitle\" \"prompt\" \"default\" - Get text input\n"
|
||||
help_text+="ui_menu \"title\" \"backtitle\" \"prompt\" option1 \"desc1\" ... - Show menu\n"
|
||||
help_text+="ui_progressbox \"title\" \"text\" - Progress dialog for piped commands"
|
||||
|
||||
ui_msgbox "Linux Game Manager Help" "Linux Game Manager" "$help_text"
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
||||
|
||||
# main script
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user