Add Snow theme
This commit is contained in:
parent
c53e498561
commit
5fe70aa5cb
3 changed files with 15 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ function Settings () {
|
|||
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=\"sk\">SK</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"snow\">Snow</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"tape\">Tape</option>'
|
||||
this.theme_button.addEventListener('mousedown', () => { donsol.player.change_theme(this.theme_button.value) })
|
||||
this.theme_button.addEventListener('change', () => { donsol.player.change_theme(this.theme_button.value) })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue