Add Rain on Wires theme
This commit is contained in:
parent
c75018d50f
commit
69c778a7cc
3 changed files with 15 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ function Settings () {
|
|||
this.theme_button.innerHTML += '<option value=\"pawbin">Pawbin</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"pico8">PICO-8</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"polivoks">Polivoks</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"rainonwires">Rain on Wires</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"roguelite\">Roguelite</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"tape\">Tape</option>'
|
||||
this.theme_button.addEventListener('mousedown', () => { donsol.player.change_theme(this.theme_button.value) })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue