aboutsummaryrefslogtreecommitdiff
path: root/mod/src/main/resources/assets/dungeonsguide/gui/config/configure.gui
diff options
context:
space:
mode:
authorsyeyoung <cyoung06@naver.com>2023-02-03 11:57:43 +0900
committersyeyoung <cyoung06@naver.com>2023-02-03 11:57:43 +0900
commit9fdf5d426d2a6267dbd218cec49abdeebd00e153 (patch)
treec5da5ee167ece02d0989b6abbc3dbe5fcbf686d3 /mod/src/main/resources/assets/dungeonsguide/gui/config/configure.gui
parent1c4eace48270b2c5ce1a7a8a9eb05fb32d900399 (diff)
downloadSkyblock-Dungeons-Guide-9fdf5d426d2a6267dbd218cec49abdeebd00e153.tar.gz
Skyblock-Dungeons-Guide-9fdf5d426d2a6267dbd218cec49abdeebd00e153.tar.bz2
Skyblock-Dungeons-Guide-9fdf5d426d2a6267dbd218cec49abdeebd00e153.zip
- time for FeatureParameter fix
Signed-off-by: syeyoung <cyoung06@naver.com>
Diffstat (limited to 'mod/src/main/resources/assets/dungeonsguide/gui/config/configure.gui')
-rw-r--r--mod/src/main/resources/assets/dungeonsguide/gui/config/configure.gui26
1 files changed, 26 insertions, 0 deletions
diff --git a/mod/src/main/resources/assets/dungeonsguide/gui/config/configure.gui b/mod/src/main/resources/assets/dungeonsguide/gui/config/configure.gui
new file mode 100644
index 00000000..94fb9854
--- /dev/null
+++ b/mod/src/main/resources/assets/dungeonsguide/gui/config/configure.gui
@@ -0,0 +1,26 @@
+<!--
+ ~ Dungeons Guide - The most intelligent Hypixel Skyblock Dungeons Mod
+ ~ Copyright (C) 2023 cyoung06 (syeyoung)
+ ~
+ ~ This program is free software: you can redistribute it and/or modify
+ ~ it under the terms of the GNU Affero General Public License as published
+ ~ by the Free Software Foundation, either version 3 of the License, or
+ ~ (at your option) any later version.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ ~ GNU Affero General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU Affero General Public License
+ ~ along with this program. If not, see <https://www.gnu.org/licenses/>.
+ -->
+
+<bgcolor backgroundColor="#FF111111">
+ <ScrollablePanel direction="VERTICAL">
+ <padding top="5" left="5" bottom="5" right="5">
+ <col crossAlign="STRETCH" mainAlign="START" bind:_="widgets">
+ </col>
+ </padding>
+ </ScrollablePanel>
+</bgcolor> \ No newline at end of file