aboutsummaryrefslogtreecommitdiff
path: root/features/soopyGui/index.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-12-14 15:07:31 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-12-14 15:07:31 +0800
commit7b8088b0e901dd677972ae1cadc6447343c1e7d5 (patch)
tree9ddd6fefef609117f9792f6c2cf05b95380f5dee /features/soopyGui/index.js
parentd7c90e5a10ec1518974cdb1ee85506c28d31b2a1 (diff)
parent017c6f892afe12b53d7f6f0b17f4055468315dcb (diff)
downloadSoopyV2-7b8088b0e901dd677972ae1cadc6447343c1e7d5.tar.gz
SoopyV2-7b8088b0e901dd677972ae1cadc6447343c1e7d5.tar.bz2
SoopyV2-7b8088b0e901dd677972ae1cadc6447343c1e7d5.zip
Merge branch 'master' of https://github.com/Soopyboo32/SoopyV2
Diffstat (limited to 'features/soopyGui/index.js')
-rw-r--r--features/soopyGui/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/soopyGui/index.js b/features/soopyGui/index.js
index 662221d..4917db6 100644
--- a/features/soopyGui/index.js
+++ b/features/soopyGui/index.js
@@ -1,7 +1,6 @@
/// <reference types="../../../CTAutocomplete" />
/// <reference lib="es2015" />
import Feature from "../../featureClass/class";
-import * as GuiManager from "../../../guimanager/index.js"
import SoopyGuiElement from "../../../guimanager/GuiElement/SoopyGuiElement";
import SoopyTextElement from "../../../guimanager/GuiElement/SoopyTextElement";
import SoopyBoxElement from "../../../guimanager/GuiElement/SoopyBoxElement";
@@ -9,6 +8,7 @@ import TextWithArrow from "../../../guimanager/GuiElement/TextWithArrow";
import ButtonWithArrow from "../../../guimanager/GuiElement/ButtonWithArrow";
import SoopyMouseClickEvent from "../../../guimanager/EventListener/SoopyMouseClickEvent";
import SoopyOpenGuiEvent from "../../../guimanager/EventListener/SoopyOpenGuiEvent";
+import SoopyGui2 from "../../../guimanager/SoopyGui";
class SoopyGui extends Feature {
@@ -30,7 +30,7 @@ class SoopyGui extends Feature {
}
onEnable(){
- this.gui = new GuiManager.SoopyGui()
+ this.gui = new SoopyGui2()
// this.gui.isDebugEnabled = true