mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05: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