aboutsummaryrefslogtreecommitdiff
path: root/features/dungeonMap
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-08-06 16:08:29 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-08-06 16:08:29 +0800
commit98b1551b871117e5517c566728b15b84845b8cbe (patch)
tree7d3abbdc1b81f9c621df90e2502293a292c76d18 /features/dungeonMap
parent913dd7e3ada823233abc104212d97b5d447a4b96 (diff)
downloadSoopyV2-98b1551b871117e5517c566728b15b84845b8cbe.tar.gz
SoopyV2-98b1551b871117e5517c566728b15b84845b8cbe.tar.bz2
SoopyV2-98b1551b871117e5517c566728b15b84845b8cbe.zip
+ fix spirit leap overlay buttons not working (oops)
+ hopefully fix boxes not correct color sometimes
Diffstat (limited to 'features/dungeonMap')
-rw-r--r--features/dungeonMap/index.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/dungeonMap/index.js b/features/dungeonMap/index.js
index 7a64980..9af147b 100644
--- a/features/dungeonMap/index.js
+++ b/features/dungeonMap/index.js
@@ -985,9 +985,6 @@ class SpiritLeapOverlay {
this.soopyGui = new SoopyGui()
- this.buttonsContainer = new SoopyGuiElement().setLocation(0.2, 0.2, 0.6, 0.3)
- this.soopyGui.element.addChild(this.buttonsContainer)
-
let renderThing = new soopyGuiMapRendererThing(this).setLocation(0, 0, 1, 1)
this.soopyGui.element.addChild(renderThing)
@@ -997,6 +994,9 @@ class SpiritLeapOverlay {
}
}))
+ this.buttonsContainer = new SoopyGuiElement().setLocation(0.2, 0.2, 0.6, 0.3)
+ this.soopyGui.element.addChild(this.buttonsContainer)
+
this.items = {}
this.players = {}