Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
stroll
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
11
Wiki
Attività
Sfoglia il codice sorgente
Loading a character now resets the settings first
tags/v0.7.0
Fen Dweller
7 anni fa
parent
cc8c9852f0
commit
0879ced202
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+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]);
Write
Preview
Loading…
Annulla
Salva