This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
stroll
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Wiki
Activity
Browse Source
Loading a character now resets the settings first
tags/v0.7.0
Fen Dweller
7 years ago
parent
cc8c9852f0
commit
0879ced202
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
game.js
+ 2
- 0
game.js
View File
@@ -3259,6 +3259,8 @@ function resetSettings() {
}
function loadPreset() {
resetSettings();
let select = document.getElementById("character-presets");
loadSettings(presets[select.selectedIndex]);
Write
Preview
Loading…
Cancel
Save