mirror of
https://github.com/lexi-lambda/shattered-plans.git
synced 2024-11-22 19:25:51 +03:00
Init applet size to scaled UI size
This commit is contained in:
parent
58f1b0398b
commit
cacdc533b0
@ -134,7 +134,7 @@ public final class ShatteredPlansLauncher {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
frame.setContentPane(app);
|
frame.setContentPane(app);
|
||||||
stub.appletResize(640, 480);
|
stub.appletResize(ShatteredPlansClient.SCREEN_WIDTH, ShatteredPlansClient.SCREEN_HEIGHT);
|
||||||
app.init();
|
app.init();
|
||||||
app.start();
|
app.start();
|
||||||
// canvas exists now
|
// canvas exists now
|
||||||
|
Loading…
Reference in New Issue
Block a user