debug delta time

rotation
Marcus Gosselin 2016-02-23 13:18:02 -05:00
parent 22573653ad
commit 69c48cb43d
1 changed files with 1 additions and 0 deletions

View File

@ -16,5 +16,6 @@ public class RectRenderer extends DiveScript{
g.setColor(color);
g.fillRect((int)entity.x, (int)entity.y, width, height);
//System.out.println("" + entity.x + " " + entity.y);
g.drawString("" + Time.deltaTime, 100, 100);
}
}