This commit is contained in:
ThisIsALegitUsername 2023-04-06 09:47:13 -06:00
commit 1c97c78cd9
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ desktopRuntime/eclipseProject/.classpath
desktopRuntime/eclipseProject/.project
desktopRuntime/eclipseProject/eaglercraftDebugRuntime.launch
desktopRuntime/eclipseProject/.classpath
.gitpod.yml

View File

@ -50,7 +50,7 @@ public class ClickGuiRewrite extends GuiScreen {
@Override
public void drawScreen(int mouseX, int mouseY, float var3) {
GlStateManager.scale(1f,1f,0f);
int offset = 0;
GlUtils.startScale((this.x+this.width) / 2, (this.y+this.height) / 2, introAnimation != null ? (float) introAnimation.getValue() : 1);