Add Battlestation theme

This commit is contained in:
Stephen Jianu 2024-01-07 11:36:21 -06:00
commit 0acd1bc039
3 changed files with 15 additions and 0 deletions

View file

@ -155,6 +155,9 @@ function Player () {
if (theme_value.localeCompare('apollo') === 0) {
new_theme = donsol.apolloTheme
}
if (theme_value.localeCompare('battlestation') === 0) {
new_theme = donsol.battlestationTheme
}
if (theme_value.localeCompare('gameboy') === 0) {
new_theme = donsol.gameboyTheme
}