aboutsummaryrefslogtreecommitdiff
path: root/features/globalSettings
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-12-10 15:09:31 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-12-10 15:09:31 +0800
commite395faaf3db958bcab87d91936a5585ad9a572c3 (patch)
tree0dcca32ca46f98ca4e116d2320e26de98e49f64e /features/globalSettings
parentdb4d8928b7b6d09bc599d35294f9622371f6f9ea (diff)
downloadSoopyV2-e395faaf3db958bcab87d91936a5585ad9a572c3.tar.gz
SoopyV2-e395faaf3db958bcab87d91936a5585ad9a572c3.tar.bz2
SoopyV2-e395faaf3db958bcab87d91936a5585ad9a572c3.zip
- Add back /dung and /warp dung commands
- Make current pet and soulflow overlay use a default text when editing location to avoid it dissapearing - Fixed sometimes pages in /soopyv2 sometimes not appearing - Added /soopy (as alias for /soopyv2)
Diffstat (limited to 'features/globalSettings')
-rw-r--r--features/globalSettings/firstLoadPages.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/globalSettings/firstLoadPages.js b/features/globalSettings/firstLoadPages.js
index 6185bd5..50b9eee 100644
--- a/features/globalSettings/firstLoadPages.js
+++ b/features/globalSettings/firstLoadPages.js
@@ -70,7 +70,7 @@ class HowToOpenMenuPage extends FirstLoadPage{
this.addChild(new SoopyTextElement().setText("§0Your all set!").setLocation(0.1, 0.1,0.8,0.3).setMaxTextScale(10));
- this.addChild(new SoopyTextElement().setText("§7To change any settings, or to access this menu again run §2/soopyv2§7.").setLocation(0.1, 0.3,0.8,0.1).setMaxTextScale(10));
+ this.addChild(new SoopyTextElement().setText("§7To change any settings, or to access this menu again run §2/soopy§7.").setLocation(0.1, 0.3,0.8,0.1).setMaxTextScale(10));
let openSettingsButton = new ButtonWithArrow().setText("§0Open settings").setLocation(0.1, 0.5,0.3,0.2).setDirectionRight(false)