Add SK theme
This commit is contained in:
parent
69c778a7cc
commit
c53e498561
3 changed files with 15 additions and 0 deletions
|
|
@ -254,6 +254,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('roguelite') === 0) {
|
||||
new_theme = donsol.rogueliteTheme
|
||||
}
|
||||
if (theme_value.localeCompare('sk') === 0) {
|
||||
new_theme = donsol.skTheme
|
||||
}
|
||||
if (theme_value.localeCompare('tape') === 0) {
|
||||
new_theme = donsol.tapeTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue