This commit is contained in:
eaglercraft
2024-04-20 19:58:35 -07:00
parent d262f9c825
commit ddc90126af
170 changed files with 7194 additions and 758 deletions

View File

@@ -32,8 +32,8 @@ import net.minecraft.util.ResourceLocation;
*/
public class GuiButton extends Gui {
protected static final ResourceLocation buttonTextures = new ResourceLocation("textures/gui/widgets.png");
protected int width;
protected int height;
public int width;
public int height;
public int xPosition;
public int yPosition;
public String displayString;