Add Polivoks theme
This commit is contained in:
parent
1e58a3760f
commit
c75018d50f
3 changed files with 15 additions and 0 deletions
|
|
@ -245,6 +245,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('pico8') === 0) {
|
||||
new_theme = donsol.pico8Theme
|
||||
}
|
||||
if (theme_value.localeCompare('polivoks') === 0) {
|
||||
new_theme = donsol.polivoksTheme
|
||||
}
|
||||
if (theme_value.localeCompare('roguelite') === 0) {
|
||||
new_theme = donsol.rogueliteTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue