added fps counter

This commit is contained in:
Sem van der Hoeven
2020-05-11 09:35:59 +02:00
parent d87ecaaca5
commit ccbadd6328
4 changed files with 67 additions and 2 deletions

View File

@@ -2,9 +2,7 @@ package netwerkprog.game.desktop;
import com.badlogic.gdx.backends.lwjgl.LwjglApplication;
import netwerkprog.game.MainGame;
import temp.Animator;
import netwerkprog.game.GameApplicationConfiguration;
import temp.Networking;
public class DesktopLauncher {
public static void main (String[] arg) {