Added title reader so that Doom will announce the level name when it starts.

This commit is contained in:
stormdragon2976
2023-05-07 17:49:01 -04:00
parent ab9363dd73
commit 6776479857
2 changed files with 30 additions and 0 deletions

View File

@ -404,6 +404,7 @@ game_launcher() {
fi
;;
*doom*)
${0%/*}/speech/speak_window_title.sh gzdoom &
exec ${game}
;;
*"main.py")