diff options
| author | syeyoung <cyoung06@naver.com> | 2023-01-17 21:22:51 +0900 |
|---|---|---|
| committer | syeyoung <cyoung06@naver.com> | 2023-01-17 21:23:07 +0900 |
| commit | 786be9ea22c86820c0f552a3b3a5f20b168f704b (patch) | |
| tree | 0c3d675b083c3ceac0232a8ec70f41adae0600bf /mod/src/main/resources/assets/dungeonsguide/gui/elements | |
| parent | 33ecb692b2b6d672ff231547a5fed4750034e490 (diff) | |
| download | Skyblock-Dungeons-Guide-786be9ea22c86820c0f552a3b3a5f20b168f704b.tar.gz Skyblock-Dungeons-Guide-786be9ea22c86820c0f552a3b3a5f20b168f704b.tar.bz2 Skyblock-Dungeons-Guide-786be9ea22c86820c0f552a3b3a5f20b168f704b.zip | |
- Move online alarm to overlay manager
Signed-off-by: syeyoung <cyoung06@naver.com>
Diffstat (limited to 'mod/src/main/resources/assets/dungeonsguide/gui/elements')
| -rw-r--r-- | mod/src/main/resources/assets/dungeonsguide/gui/elements/size.gui | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mod/src/main/resources/assets/dungeonsguide/gui/elements/size.gui b/mod/src/main/resources/assets/dungeonsguide/gui/elements/size.gui new file mode 100644 index 00000000..6f326058 --- /dev/null +++ b/mod/src/main/resources/assets/dungeonsguide/gui/elements/size.gui @@ -0,0 +1,23 @@ +<!-- + ~ 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/>. + --> + +<wrapper width="+Infinity" height="+Infinity"> + <ConstrainedBox bind:minWidth="width" bind:maxWidth="width" bind:minHeight="height" bind:maxHeight="height"> + <slot bind:child="$"/> + </ConstrainedBox> +</wrapper>
\ No newline at end of file |
