diff options
-rw-r--r-- | src/main/java/io/github/cottonmc/cotton/gui/client/BackgroundPainter.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/io/github/cottonmc/cotton/gui/client/BackgroundPainter.java b/src/main/java/io/github/cottonmc/cotton/gui/client/BackgroundPainter.java index a709b64..52bd317 100644 --- a/src/main/java/io/github/cottonmc/cotton/gui/client/BackgroundPainter.java +++ b/src/main/java/io/github/cottonmc/cotton/gui/client/BackgroundPainter.java @@ -32,8 +32,8 @@ public interface BackgroundPainter { /** * The {@code VANILLA} background painter draws a vanilla-like GUI panel using nine-patch textures. * - * <p>This background painter uses {@code libgui:textures/widget/panel_light.png} as the light texture and - * {@code libgui:textures/widget/panel_dark.png} as the dark texture. + * <p>This background painter uses {@code libgui:textures/gui/sprites/widget/panel_light.png} as the light texture and + * {@code libgui:textures/gui/sprites/widget/panel_dark.png} as the dark texture. * * <p>This background painter is the default painter for root panels. * * You can override {@link io.github.cottonmc.cotton.gui.GuiDescription#addPainters()} to customize the painter yourself. |