Add Forest Lawn theme
This commit is contained in:
parent
b56b3597bb
commit
79c3d1df3a
3 changed files with 15 additions and 0 deletions
|
|
@ -176,6 +176,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('commodore') === 0) {
|
||||
new_theme = donsol.commodoreTheme
|
||||
}
|
||||
if (theme_value.localeCompare('forestlawn') === 0) {
|
||||
new_theme = donsol.forestlawnTheme
|
||||
}
|
||||
if (theme_value.localeCompare('gameboy') === 0) {
|
||||
new_theme = donsol.gameboyTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue