Main class now correctly launches the Launcher
Commented out game object from being created
This commit is contained in:
parent
cd7627d36d
commit
0da311c65a
@ -14,7 +14,7 @@ import javafx.application.Application;
|
||||
public class Main {
|
||||
|
||||
// Moteur de jeu
|
||||
static Engine game = new Engine();
|
||||
//static Engine game = new Engine();
|
||||
|
||||
public static void main(String[] args) {
|
||||
Application.launch(Launcher.class, args);
|
||||
|
Loading…
x
Reference in New Issue
Block a user