mirror of
https://github.com/Eaglercraft-Archive/EaglercraftX-1.8-workspace.git
synced 2026-06-22 17:58:18 +02:00
u29
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user