Add Forest Lawn theme

This commit is contained in:
Stephen Jianu 2024-01-17 19:16:49 -06:00
commit 79c3d1df3a
3 changed files with 15 additions and 0 deletions

View file

@ -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
}