new widgets (not commited)

This commit is contained in:
DBotThePony 2022-06-21 22:48:27 +07:00
parent 1599dd39c9
commit dac7a62850
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -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();