diff options
author | isXander <xandersmith2008@gmail.com> | 2023-05-21 14:36:37 +0100 |
---|---|---|
committer | isXander <xandersmith2008@gmail.com> | 2023-05-21 14:36:37 +0100 |
commit | c84415116455d108ad07fc8dd6232c9acc94c40f (patch) | |
tree | 9c6a20b611e45eedeb512b8294f7147575d56af9 /test-common | |
parent | 21afea0da3956f2d8cca81a54fa9820152e0c077 (diff) | |
download | YetAnotherConfigLib-c84415116455d108ad07fc8dd6232c9acc94c40f.tar.gz YetAnotherConfigLib-c84415116455d108ad07fc8dd6232c9acc94c40f.tar.bz2 YetAnotherConfigLib-c84415116455d108ad07fc8dd6232c9acc94c40f.zip |
Automatic WebP frame duration detection
Diffstat (limited to 'test-common')
-rw-r--r-- | test-common/src/main/java/dev/isxander/yacl/test/GuiTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-common/src/main/java/dev/isxander/yacl/test/GuiTest.java b/test-common/src/main/java/dev/isxander/yacl/test/GuiTest.java index 9717206..f274fe2 100644 --- a/test-common/src/main/java/dev/isxander/yacl/test/GuiTest.java +++ b/test-common/src/main/java/dev/isxander/yacl/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\\Downloads\\e.webp"), new ResourceLocation("yacl", "e.webp"), 33) + .webpImage(Path.of("D:\\Xander\\Downloads\\e.webp"), new ResourceLocation("yacl", "e.webp")) .build()) .binding( defaults.booleanToggle, |