Skip to content
Snippets Groups Projects
Commit 87a5cd0f authored by tmp1u19's avatar tmp1u19 :octopus:
Browse files

Main function which will make the application Thread work

parent a2afd9a0
No related branches found
No related tags found
No related merge requests found
import javafx.application.Application;
public class Main {
public static void main(String[] args) {
Application.launch(GameScene.class, args);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment