aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--features/settings/index.js2
-rw-r--r--features/soopyGui/index.js2
-rw-r--r--metadata.json2
3 files changed, 4 insertions, 2 deletions
diff --git a/features/settings/index.js b/features/settings/index.js
index 3ff2a48..2ce076d 100644
--- a/features/settings/index.js
+++ b/features/settings/index.js
@@ -150,6 +150,8 @@ class SettingPage extends GuiPage {
onOpenPage(p){
if(p===1) this.updateSettingCategories()
+
+ this.closeSidebarPage()
}
updateSettingCategories(){
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)
diff --git a/metadata.json b/metadata.json
index 6ced32e..db767eb 100644
--- a/metadata.json
+++ b/metadata.json
@@ -3,7 +3,7 @@
"creator": "Soopyboo32",
"author": "Soopyboo32",
"entry": "index.js",
- "description": "Soopy addons v2",
+ "description": "SoopyV2",
"name": "SoopyV2",
"version": "2.1.46",
"versionId": 173,