diff options
| author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-10-25 09:39:40 +1100 |
|---|---|---|
| committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-10-25 09:39:40 +1100 |
| commit | 3f86e881074dc4220aab23cae69f002c62f0b25a (patch) | |
| tree | 47bab2c49730b0fadebde420209472d5d63757ad /src/main/java/io/github/moulberry/notenoughupdates/GuiTextures.java | |
| parent | 7ebee833e54e95ffcd9dcfbad5744e299102acd9 (diff) | |
| download | notenoughupdates-3f86e881074dc4220aab23cae69f002c62f0b25a.tar.gz notenoughupdates-3f86e881074dc4220aab23cae69f002c62f0b25a.tar.bz2 notenoughupdates-3f86e881074dc4220aab23cae69f002c62f0b25a.zip | |
1.4.5
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/GuiTextures.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/GuiTextures.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/GuiTextures.java b/src/main/java/io/github/moulberry/notenoughupdates/GuiTextures.java index c9ca87fd..05fb792a 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/GuiTextures.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/GuiTextures.java @@ -25,6 +25,8 @@ public class GuiTextures { public static final ResourceLocation item_haschild = new ResourceLocation("notenoughupdates:item_haschild.png"); public static final ResourceLocation button_tex = new ResourceLocation("notenoughupdates:button.png"); + public static final ResourceLocation setting_border = new ResourceLocation("notenoughupdates:setting_border.png"); + public static final ResourceLocation button_white = new ResourceLocation("notenoughupdates:button_white.png"); public static final ResourceLocation colour_selector_dot = new ResourceLocation("notenoughupdates:colour_selector_dot.png"); public static final ResourceLocation colour_selector_bar = new ResourceLocation("notenoughupdates:colour_selector_bar.png"); |
