Added optional gamemode support.

This commit is contained in:
Storm Dragon
2026-08-25 15:44:07 -04:00
parent db508a46cd
commit b3ac639b45
24 changed files with 32 additions and 24 deletions
+5
View File
@@ -950,6 +950,11 @@ unset noCache
export doomLanguage="${doomLanguage:-en}"
export installPath="${HOME}/.local/games"
export ipfsGateway="${ipfsGateway:-https://ipfs.stormux.org}"
# shellcheck source=.includes/ipfs.sh
# shellcheck disable=SC1091 # Source path is resolved from the runtime script location
source "${scriptRoot}/.includes/ipfs.sh"
# shellcheck source=.includes/gamemode.sh
source "${scriptRoot}/.includes/gamemode.sh"
export spd_module="${spd_module:+ -o ${spd_module}}"
export spd_pitch="${spd_pitch:+ -p ${spd_pitch}}"
export spd_rate="${spd_rate:+ -r ${spd_rate}}"