This commit is contained in:
kone 2023-04-05 20:23:17 +00:00
parent e3bf5cb9f2
commit ba28b199b9
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);