Added title reader so that Doom will announce the level name when it starts.
This commit is contained in:
@ -404,6 +404,7 @@ game_launcher() {
|
||||
fi
|
||||
;;
|
||||
*doom*)
|
||||
${0%/*}/speech/speak_window_title.sh gzdoom &
|
||||
exec ${game}
|
||||
;;
|
||||
*"main.py")
|
||||
|
Reference in New Issue
Block a user