move main

This commit is contained in:
James 2024-04-21 11:33:36 +01:00
parent 94a88c9e1d
commit 06b61bdcbb
12 changed files with 12 additions and 13 deletions

View file

@ -2,7 +2,7 @@ package com.monjaro.gamejam;
import com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application;
import com.badlogic.gdx.backends.lwjgl3.Lwjgl3ApplicationConfiguration;
import com.monjaro.gamejam.Game;
import com.monjaro.gamejam.main.Game;
// Please note that on macOS your application needs to be started with the -XstartOnFirstThread JVM argument
public class DesktopLauncher {