Explorar el Código

Loading a character now resets the settings first

tags/v0.7.0
Fen Dweller hace 7 años
padre
commit
0879ced202
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      game.js

+ 2
- 0
game.js Ver fichero

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

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

loadSettings(presets[select.selectedIndex]);


Cargando…
Cancelar
Guardar