Netcode changes, new pathfinding, fixed enemies jittering when stuck

This commit is contained in:
Anuken
2018-01-12 14:01:57 -05:00
parent 1762af5d4c
commit 597a883275
23 changed files with 219 additions and 215 deletions

View File

@@ -81,6 +81,11 @@ public class DesktopLauncher {
}
}
@Override
public void showError(String text){
JOptionPane.showMessageDialog(null, text);
}
@Override
public void updateRPC() {
DiscordRichPresence presence = new DiscordRichPresence();