Added optional gamemode support.
This commit is contained in:
@@ -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}}"
|
||||
|
||||
Reference in New Issue
Block a user