Sfoglia il codice sorgente

Loading a character now resets the settings first

tags/v0.7.0
Fen Dweller 7 anni fa
parent
commit
0879ced202
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      game.js

+ 2
- 0
game.js Vedi File

@@ -3259,6 +3259,8 @@ function resetSettings() {
}

function loadPreset() {
resetSettings();
let select = document.getElementById("character-presets");

loadSettings(presets[select.selectedIndex]);


Loading…
Annulla
Salva