mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-25 10:44:42 +02:00
Øker størrelsen på vist brett
This commit is contained in:
@ -8,8 +8,8 @@ public class Main {
|
||||
public static void main(String[] args) {
|
||||
LwjglApplicationConfiguration cfg = new LwjglApplicationConfiguration();
|
||||
cfg.title = "Game Board";
|
||||
cfg.width = 768;
|
||||
cfg.height = 769;
|
||||
cfg.width = 900;
|
||||
cfg.height = 900;
|
||||
|
||||
new LwjglApplication(new GameLauncher(), cfg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user