new widgets (not commited)
This commit is contained in:
parent
1599dd39c9
commit
dac7a62850
@ -22,6 +22,9 @@ import static org.lwjgl.opengl.GL11.GL_ALWAYS;
|
|||||||
public class RenderHelper {
|
public class RenderHelper {
|
||||||
private static final Matrix4f identity = new Matrix4f();
|
private static final Matrix4f identity = new Matrix4f();
|
||||||
public static final ResourceLocation WIDGETS = new ResourceLocation(OverdriveThatMatters.MOD_ID, "textures/gui/widgets.png");
|
public static final ResourceLocation WIDGETS = new ResourceLocation(OverdriveThatMatters.MOD_ID, "textures/gui/widgets.png");
|
||||||
|
public static final ResourceLocation WIDGETS_18 = new ResourceLocation(OverdriveThatMatters.MOD_ID, "textures/gui/widgets_18.png");
|
||||||
|
public static final ResourceLocation WIDGETS_8 = new ResourceLocation(OverdriveThatMatters.MOD_ID, "textures/gui/widgets_8.png");
|
||||||
|
public static final ResourceLocation SCROLL = new ResourceLocation(OverdriveThatMatters.MOD_ID, "textures/gui/scroll.png");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
identity.setIdentity();
|
identity.setIdentity();
|
||||||
|
Loading…
Reference in New Issue
Block a user