aboutsummaryrefslogtreecommitdiff
path: root/loader/src/main/resources/assets/dungeons_guide_loader
diff options
context:
space:
mode:
authorsyeyoung <cyoung06@naver.com>2023-02-05 02:18:35 +0900
committersyeyoung <cyoung06@naver.com>2023-02-05 02:18:35 +0900
commitf0a3834c92cc3d3da92998a6610d607f4034a44b (patch)
tree19cfaf47f90cab5b3585375675933b74efdac7d3 /loader/src/main/resources/assets/dungeons_guide_loader
parenteaf7078a48ea04680e3743a1563c581c043fc3c5 (diff)
downloadSkyblock-Dungeons-Guide-f0a3834c92cc3d3da92998a6610d607f4034a44b.tar.gz
Skyblock-Dungeons-Guide-f0a3834c92cc3d3da92998a6610d607f4034a44b.tar.bz2
Skyblock-Dungeons-Guide-f0a3834c92cc3d3da92998a6610d607f4034a44b.zip
- auto closing tooltip
Signed-off-by: syeyoung <cyoung06@naver.com>
Diffstat (limited to 'loader/src/main/resources/assets/dungeons_guide_loader')
-rw-r--r--loader/src/main/resources/assets/dungeons_guide_loader/gui/tooltips/tooltip.gui9
-rw-r--r--loader/src/main/resources/assets/dungeons_guide_loader/gui/tooltips/tooltipClosing.gui15
2 files changed, 1 insertions, 23 deletions
diff --git a/loader/src/main/resources/assets/dungeons_guide_loader/gui/tooltips/tooltip.gui b/loader/src/main/resources/assets/dungeons_guide_loader/gui/tooltips/tooltip.gui
index 00ac2caf..f190911c 100644
--- a/loader/src/main/resources/assets/dungeons_guide_loader/gui/tooltips/tooltip.gui
+++ b/loader/src/main/resources/assets/dungeons_guide_loader/gui/tooltips/tooltip.gui
@@ -26,15 +26,6 @@
<col crossAlign="START">
<row crossAlign="END">
<Text bind:text="title" bind:color="color" size="8"/>
- <SelectiveContainer bind:visible="closeVisibility">
- <row slot="show">
- <size height="0" width="5"/>
- <size height="10" width="10">
- <RoundButton text="X" on:click="close"/>
- </size>
- </row>
- <size width="0" height="0" slot="hide"/>
- </SelectiveContainer>
</row>
<size width="0" height="3"/>
<Text bind:text="description" color="#FFAAAAAA"/>
diff --git a/loader/src/main/resources/assets/dungeons_guide_loader/gui/tooltips/tooltipClosing.gui b/loader/src/main/resources/assets/dungeons_guide_loader/gui/tooltips/tooltipClosing.gui
index d28ff990..58569356 100644
--- a/loader/src/main/resources/assets/dungeons_guide_loader/gui/tooltips/tooltipClosing.gui
+++ b/loader/src/main/resources/assets/dungeons_guide_loader/gui/tooltips/tooltipClosing.gui
@@ -25,20 +25,7 @@
<col crossAlign="STRETCH">
<padding left="5" right="5" top="5" bottom="5">
<col crossAlign="START">
- <row crossAlign="END">
- <flexible>
- <Text bind:text="title" bind:color="color" size="8"/>
- </flexible>
- <SelectiveContainer bind:visible="closeVisibility">
- <row slot="show">
- <size height="0" width="5"/>
- <size height="10" width="10">
- <RoundButton text="X" on:click="close"/>
- </size>
- </row>
- <size width="0" height="0" slot="hide"/>
- </SelectiveContainer>
- </row>
+ <Text bind:text="title" bind:color="color" size="8"/>
<size width="0" height="3"/>
<Text bind:text="description" color="#FFAAAAAA"/>
</col>