Add PICO-8 theme

This commit is contained in:
Stephen Jianu 2025-12-07 21:16:49 -06:00
commit 1e58a3760f
3 changed files with 15 additions and 0 deletions

View file

@ -242,6 +242,9 @@ function Player () {
if (theme_value.localeCompare('pawbin') === 0) {
new_theme = donsol.pawbinTheme
}
if (theme_value.localeCompare('pico8') === 0) {
new_theme = donsol.pico8Theme
}
if (theme_value.localeCompare('roguelite') === 0) {
new_theme = donsol.rogueliteTheme
}