mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-12-14 04:58:46 +01:00
Update #1 - Credits Fix
This commit is contained in:
@@ -220,8 +220,8 @@ public class PlatformApplication {
|
||||
public static void openCreditsPopup(String text) {
|
||||
Window currentWin = Window.current();
|
||||
|
||||
int w = (int)(530 * currentWin.getDevicePixelRatio());
|
||||
int h = (int)(450 * currentWin.getDevicePixelRatio());
|
||||
int w = (int)(850 * currentWin.getDevicePixelRatio());
|
||||
int h = (int)(700 * currentWin.getDevicePixelRatio());
|
||||
|
||||
int x = (currentWin.getScreen().getWidth() - w) / 2;
|
||||
int y = (currentWin.getScreen().getHeight() - h) / 2;
|
||||
|
||||
Reference in New Issue
Block a user