From 506413254cd14575edf456350ab49b294f950cca Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Thu, 2 Jun 2022 17:15:55 +0800 Subject: + shorten some text in hyp hits left setting input so its slightly more readable --- features/settings/settingThings/settingBase.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'features/settings/settingThings') 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 } -- cgit