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:
MickWerf
2020-05-11 14:32:22 +02:00
parent 2596b913fc
commit f56af5e3dd
12 changed files with 61 additions and 6 deletions

View File

@@ -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) {