From be90cd09f07e8cd2112812036b1f6eb4942eb0b4 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 3 Apr 2022 09:37:53 +0800 Subject: change gui text to "SoopyV2" from "Soopy Addons" make setting more info pane close when changing page --- features/settings/index.js | 2 ++ features/soopyGui/index.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'features') 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) -- cgit