added display for player stats
This commit is contained in:
@@ -145,7 +145,7 @@ public class GamePanel extends JPanel implements Runnable {
|
||||
long passed = drawEnd - drawStart;
|
||||
|
||||
// DEBUG
|
||||
if(keyH.checkDrawTime) {
|
||||
if(keyH.debug) {
|
||||
graphics2d.setColor(Color.white);
|
||||
graphics2d.drawString("Draw Time: " + passed, 10, 400);
|
||||
graphics2d.drawString("FPS: " + fpsMeasure, 10, 400+tileSize);
|
||||
|
||||
Reference in New Issue
Block a user