gui cheat overlay
This commit is contained in:
parent
d629e8fb7b
commit
424cf782bc
19 changed files with 74 additions and 3005 deletions
|
@ -52,11 +52,11 @@ public abstract class Gui {
|
|||
public void drawPost() {
|
||||
}
|
||||
|
||||
public void drawGuiContainerForegroundLayer() {
|
||||
}
|
||||
|
||||
public void drawGuiContainerBackgroundLayer() {
|
||||
}
|
||||
// public void drawGuiContainerForegroundLayer() {
|
||||
// }
|
||||
//
|
||||
// public void drawGuiContainerBackgroundLayer() {
|
||||
// }
|
||||
|
||||
public void drawOverlays() {
|
||||
}
|
||||
|
@ -347,8 +347,6 @@ public abstract class Gui {
|
|||
this.drawBackground();
|
||||
if(this.gm.fb_x != 0 && this.gm.fb_y != 0)
|
||||
this.draw();
|
||||
this.drawGuiContainerBackgroundLayer();
|
||||
this.drawGuiContainerForegroundLayer();
|
||||
GlState.bindTexture(0);
|
||||
GlState.setActiveTexture(WCF.GL_TEXTURE0);
|
||||
GlState.enableTexture2D();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue