diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-04-03 09:37:53 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-04-03 09:37:53 +0800 |
commit | be90cd09f07e8cd2112812036b1f6eb4942eb0b4 (patch) | |
tree | a927a5642d142271e09ddd29690ccfc91ba1899f | |
parent | abcb0a5ff33c34faa91650ca41d3e83f3fffc295 (diff) | |
download | SoopyV2-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
-rw-r--r-- | features/settings/index.js | 2 | ||||
-rw-r--r-- | features/soopyGui/index.js | 2 | ||||
-rw-r--r-- | metadata.json | 2 |
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, |