diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-06 09:15:37 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-06 09:15:37 +0800 |
commit | 378545ab6d2aab0cc88f6ddfb3252bc942bec1b8 (patch) | |
tree | ce1362ff1e2db87b33ebe5d8760e83de4004a834 /features/soopyGui | |
parent | f629a66ae7c4733657095e0fb40ca6e590565d30 (diff) | |
download | SoopyV2-378545ab6d2aab0cc88f6ddfb3252bc942bec1b8.tar.gz SoopyV2-378545ab6d2aab0cc88f6ddfb3252bc942bec1b8.tar.bz2 SoopyV2-378545ab6d2aab0cc88f6ddfb3252bc942bec1b8.zip |
+ crap tone of dungeonRoutes progress
+ added /snoopy and /snoopyv2 commands for pepegas
+ fix small bug with CH waypoints
Diffstat (limited to 'features/soopyGui')
-rw-r--r-- | features/soopyGui/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/features/soopyGui/index.js b/features/soopyGui/index.js index 1d4bc45..9579194 100644 --- a/features/soopyGui/index.js +++ b/features/soopyGui/index.js @@ -36,6 +36,8 @@ class SoopyGui extends Feature { this.registerCommand("soopyv2", this.openCommand) this.registerCommand("soopy", this.openCommand) + this.registerCommand("snoopyv2", this.openCommand) + this.registerCommand("snoopy", this.openCommand) this.mainWindowElement = new SoopyBoxElement().setLocation(0.25, 0.2, 0.5, 0.6) |