aboutsummaryrefslogtreecommitdiff
path: root/features/suggestionsGui
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-08-10 21:24:10 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-08-10 21:24:10 +0800
commitf8a0c81f37ff4f726ca18408c3d5772f0794d749 (patch)
tree8bb91f1177b5a7a4f85984dc47ff1a6a6ce8b59b /features/suggestionsGui
parent32367f35133cc3f4583d2bf42ea2e5777c3ac46c (diff)
downloadSoopyV2-f8a0c81f37ff4f726ca18408c3d5772f0794d749.tar.gz
SoopyV2-f8a0c81f37ff4f726ca18408c3d5772f0794d749.tar.bz2
SoopyV2-f8a0c81f37ff4f726ca18408c3d5772f0794d749.zip
fix enchant thing + tall gui + meta
Diffstat (limited to 'features/suggestionsGui')
-rw-r--r--features/suggestionsGui/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/suggestionsGui/index.js b/features/suggestionsGui/index.js
index 8ddaa24..919d76c 100644
--- a/features/suggestionsGui/index.js
+++ b/features/suggestionsGui/index.js
@@ -103,7 +103,7 @@ class SuggestionPage extends GuiPage {
if (suggestion.uuid !== Player.getUUID().toString().replace(/-/g, "") && !allowed.has(Player.getUUID().toString().replace(/-/g, ""))) return
}
- let box = new SoopyBoxElement().setLocation(0, 0.225 * i, 1, 0.2).setLore(["Click for more information + vote buttons"])
+ let box = new SoopyBoxElement().setLocation(0, 0.175 * i, 1, 0.15).setLore(["Click for more information + vote buttons"])
this.suggestionsArea.addChild(box)
let title = new SoopyTextElement().setText("§0" + suggestion.title + " §7(" + this.tags.suggestionTags[suggestion.tag] + ")").setMaxTextScale(2).setLocation(0, 0, 0.8, 1)