This commit is contained in:
unsettledgames
2021-07-25 23:26:32 +02:00
parent 3361048f24
commit 1bf5d4e433
5 changed files with 23 additions and 29 deletions

View File

@ -57,7 +57,12 @@ const Settings = (() => {
Dialogue.closeDialogue();
}
return {
function getCurrSettings() {
return settings;
}
return {
getCurrSettings
}
})();