Add Berry theme
This commit is contained in:
parent
0acd1bc039
commit
fa1cbec081
3 changed files with 15 additions and 0 deletions
|
|
@ -158,6 +158,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('battlestation') === 0) {
|
||||
new_theme = donsol.battlestationTheme
|
||||
}
|
||||
if (theme_value.localeCompare('berry') === 0) {
|
||||
new_theme = donsol.berryTheme
|
||||
}
|
||||
if (theme_value.localeCompare('gameboy') === 0) {
|
||||
new_theme = donsol.gameboyTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue