Added util package for all mutual classes between server and client.
Added FrameRate and GameApplicationConfiguration to util package. Added super class for controllers. Added controllers package for server and client packages. Added gamecontroller for server. Added character, object and score controllers for server and create them on gamecontroller creation. Added sessioncontroller for server and client. Added graphicsController for client. Removed unused imports.
This commit is contained in:
@@ -2,7 +2,7 @@ package netwerkprog.game.desktop;
|
||||
|
||||
import com.badlogic.gdx.backends.lwjgl.LwjglApplication;
|
||||
import netwerkprog.game.MainGame;
|
||||
import netwerkprog.game.GameApplicationConfiguration;
|
||||
import netwerkprog.game.util.GameApplicationConfiguration;
|
||||
|
||||
public class DesktopLauncher {
|
||||
public static void main (String[] arg) {
|
||||
|
||||
Reference in New Issue
Block a user