Add Rain on Wires theme
This commit is contained in:
parent
c75018d50f
commit
69c778a7cc
3 changed files with 15 additions and 0 deletions
|
|
@ -248,6 +248,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('polivoks') === 0) {
|
||||
new_theme = donsol.polivoksTheme
|
||||
}
|
||||
if (theme_value.localeCompare('rainonwires') === 0) {
|
||||
new_theme = donsol.rainOnWiresTheme
|
||||
}
|
||||
if (theme_value.localeCompare('roguelite') === 0) {
|
||||
new_theme = donsol.rogueliteTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue