aboutsummaryrefslogtreecommitdiff
path: root/features/soopyGui/index.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-03 09:37:53 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-03 09:37:53 +0800
commitbe90cd09f07e8cd2112812036b1f6eb4942eb0b4 (patch)
treea927a5642d142271e09ddd29690ccfc91ba1899f /features/soopyGui/index.js
parentabcb0a5ff33c34faa91650ca41d3e83f3fffc295 (diff)
downloadSoopyV2-be90cd09f07e8cd2112812036b1f6eb4942eb0b4.tar.gz
SoopyV2-be90cd09f07e8cd2112812036b1f6eb4942eb0b4.tar.bz2
SoopyV2-be90cd09f07e8cd2112812036b1f6eb4942eb0b4.zip
change gui text to "SoopyV2" from "Soopy Addons"
make setting more info pane close when changing page
Diffstat (limited to 'features/soopyGui/index.js')
-rw-r--r--features/soopyGui/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/soopyGui/index.js b/features/soopyGui/index.js
index 6cb271c..4c8f571 100644
--- a/features/soopyGui/index.js
+++ b/features/soopyGui/index.js
@@ -47,7 +47,7 @@ class SoopyGui extends Feature {
this.categoryPage = new SoopyGuiElement().setLocation(0, 0, 1, 1)
- let title = new SoopyTextElement().setText("§0Soopy Addons!").setMaxTextScale(3).setLocation(0.1, 0.05, 0.5, 0.1)
+ let title = new SoopyTextElement().setText("§0SoopyV2!").setMaxTextScale(3).setLocation(0.1, 0.05, 0.5, 0.1)
this.categoryPage.addChild(title)
let discordButton = new ButtonWithArrow().setText("§0Discord").setLocation(0.7, 0.05, 0.25, 0.1)