aboutsummaryrefslogtreecommitdiff
path: root/features/settings
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-02 17:15:55 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-02 17:15:55 +0800
commit506413254cd14575edf456350ab49b294f950cca (patch)
treec3d8d2877e11aaeb56994608e2021801caead37c /features/settings
parent6f97ac788b285ba0ae200b56923f2b47ce3ddadd (diff)
downloadSoopyV2-506413254cd14575edf456350ab49b294f950cca.tar.gz
SoopyV2-506413254cd14575edf456350ab49b294f950cca.tar.bz2
SoopyV2-506413254cd14575edf456350ab49b294f950cca.zip
+ shorten some text in hyp hits left setting input so its slightly more readable
Diffstat (limited to 'features/settings')
-rw-r--r--features/settings/settingThings/settingBase.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/features/settings/settingThings/settingBase.js b/features/settings/settingThings/settingBase.js
index ae924ca..9e3abb1 100644
--- a/features/settings/settingThings/settingBase.js
+++ b/features/settings/settingThings/settingBase.js
@@ -17,6 +17,8 @@ class SettingBase {
this.module = module
this.moduleId = module.getId()
+ this.contributorVal = undefined
+
this.val = defaultVal;
this.guiObject = new BoxWithTextAndDescription().setDesc("§0" + this.description.replace(/\n/g, "\n§0")).setText("§0" + this.name).setLocation(0, 0, 1, 0.175)
@@ -142,6 +144,7 @@ class SettingBase {
}
contributor(name) {
+ this.contributorVal = name
//TODO: this entire function
return this
}