1011121314151617
private final A7_Engine game; private static int windowX = 410; private static int windowY = 458; public Main() { game = new A7_Engine(windowX,windowY, "Exponentials"); game.getScreenFactory().showScreen(new MainScreen(game.getScreenFactory())); }