diff options
author | isXander <xandersmith2008@gmail.com> | 2023-07-04 20:34:34 +0100 |
---|---|---|
committer | isXander <xandersmith2008@gmail.com> | 2023-07-04 20:36:45 +0100 |
commit | 263ac1c3c046c97fb174a5af8778e97255c76853 (patch) | |
tree | 2957b8ae91606b94a16c5b0854ae4acd8ed8dd7c /test-common/src | |
parent | 78d36199494237567f9bb2c1ece30647e88e38fa (diff) | |
download | YetAnotherConfigLib-263ac1c3c046c97fb174a5af8778e97255c76853.tar.gz YetAnotherConfigLib-263ac1c3c046c97fb174a5af8778e97255c76853.tar.bz2 YetAnotherConfigLib-263ac1c3c046c97fb174a5af8778e97255c76853.zip |
Support transparency for webps and gifs
Diffstat (limited to 'test-common/src')
-rw-r--r-- | test-common/src/main/java/dev/isxander/yacl3/test/GuiTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-common/src/main/java/dev/isxander/yacl3/test/GuiTest.java b/test-common/src/main/java/dev/isxander/yacl3/test/GuiTest.java index 955949f..b1719c9 100644 --- a/test-common/src/main/java/dev/isxander/yacl3/test/GuiTest.java +++ b/test-common/src/main/java/dev/isxander/yacl3/test/GuiTest.java @@ -70,7 +70,7 @@ public class GuiTest { .append(Component.literal("e").withStyle(style -> style.withHoverEvent(new HoverEvent(HoverEvent.Action.SHOW_TEXT, Component.literal("e"))))) .withStyle(style -> style.withClickEvent(new ClickEvent(ClickEvent.Action.OPEN_URL, "https://isxander.dev"))) ) - .webpImage(Path.of("D:\\Xander\\Code\\isXander\\Controlify\\src\\main\\resources\\assets\\controlify\\textures\\screenshots\\reach-around-placement.webp"), new ResourceLocation("yacl", "e.webp")) + .webpImage(Path.of("D:\\Xander\\Code\\isXander\\Zoomify\\src\\main\\resources\\assets\\zoomify\\textures\\demo\\zoom-hand.webp"), new ResourceLocation("yacl", "e.webp")) .build()) .binding( defaults.booleanToggle, |