Game menu shown for Doom for those people, who choose to launch it in the console.

This commit is contained in:
stormdragon2976 2023-05-10 12:22:55 -04:00
parent 439f716a37
commit d952643576

View File

@ -405,9 +405,11 @@ game_launcher() {
;;
*doom*)
exec stdbuf -oL ${game} | stdbuf -oL grep -E \
-e '^[0-9]+\. ' \
-e '^MAP[0-9]*' \
-e '^Game saved. ' \
-e '^Player was ' \
-e '^Please select a game wad \(or 0 to exit\):' \
-e '^You have no keys in your pocket!$' | spd-say -e
;;
*"main.py")