a
This commit is contained in:
parent
e3bf5cb9f2
commit
ba28b199b9
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,3 +18,4 @@ desktopRuntime/eclipseProject/.classpath
|
||||||
desktopRuntime/eclipseProject/.project
|
desktopRuntime/eclipseProject/.project
|
||||||
desktopRuntime/eclipseProject/eaglercraftDebugRuntime.launch
|
desktopRuntime/eclipseProject/eaglercraftDebugRuntime.launch
|
||||||
desktopRuntime/eclipseProject/.classpath
|
desktopRuntime/eclipseProject/.classpath
|
||||||
|
.gitpod.yml
|
||||||
|
|
|
@ -50,7 +50,7 @@ public class ClickGuiRewrite extends GuiScreen {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void drawScreen(int mouseX, int mouseY, float var3) {
|
public void drawScreen(int mouseX, int mouseY, float var3) {
|
||||||
|
GlStateManager.scale(1f,1f,0f);
|
||||||
int offset = 0;
|
int offset = 0;
|
||||||
|
|
||||||
GlUtils.startScale((this.x + this.width) / 2, (this.y + this.height) / 2, introAnimation != null ? (float) introAnimation.getValue() : 1);
|
GlUtils.startScale((this.x + this.width) / 2, (this.y + this.height) / 2, introAnimation != null ? (float) introAnimation.getValue() : 1);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user