diff options
| author | syeyoung <cyoung06@naver.com> | 2023-02-04 02:03:37 +0900 |
|---|---|---|
| committer | syeyoung <cyoung06@naver.com> | 2023-02-04 02:03:37 +0900 |
| commit | f3410c50bdcc5c5ddbbdfa05ad539d178dfdbf84 (patch) | |
| tree | 462cc75e8892451570c72a047e7759ab12859f56 /mod/src/main/resources/assets/dungeonsguide/gui/elements | |
| parent | 9fdf5d426d2a6267dbd218cec49abdeebd00e153 (diff) | |
| download | Skyblock-Dungeons-Guide-f3410c50bdcc5c5ddbbdfa05ad539d178dfdbf84.tar.gz Skyblock-Dungeons-Guide-f3410c50bdcc5c5ddbbdfa05ad539d178dfdbf84.tar.bz2 Skyblock-Dungeons-Guide-f3410c50bdcc5c5ddbbdfa05ad539d178dfdbf84.zip | |
- Configuration Overhaul
- Move to new system
- more shaders!!
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/locationedPopup.gui | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/mod/src/main/resources/assets/dungeonsguide/gui/elements/locationedPopup.gui b/mod/src/main/resources/assets/dungeonsguide/gui/elements/locationedPopup.gui index 9d56c62c..56732908 100644 --- a/mod/src/main/resources/assets/dungeonsguide/gui/elements/locationedPopup.gui +++ b/mod/src/main/resources/assets/dungeonsguide/gui/elements/locationedPopup.gui @@ -15,6 +15,10 @@ ~ 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/>. --> - <absXY bind:x="x" bind:y="y"> - <slot bind:child="child" bind:ref="ref"/> - </absXY>
\ No newline at end of file +<absXY bind:x="x" bind:y="y"> + <UnconstrainedBox> + <measure bind:size="size"> + <slot bind:child="child" bind:ref="ref"/> + </measure> + </UnconstrainedBox> +</absXY>
\ No newline at end of file |
