This commit is contained in:
Bilel Bghiel
2015-06-19 13:50:26 +02:00
parent 91a6ae718d
commit 864b6efa52
3 changed files with 23 additions and 29 deletions
+2 -1
View File
@@ -89,11 +89,12 @@ public class InfoPanel {
tempComboScore = PlayState.comboScore;
} else
tempComboScore = PlayState.comboScore;
g2.drawString(sh.getCurrentSongInstance().getDifficulty(), 25, 230);
g2.drawString(sh.getCurrentSong().getAuthor(), 25, 260);
g2.drawString(time, 25, 290);
g2.setColor(Color.BLACK);
g2.setColor(Color.YELLOW);
g2.fillRect(25, 1000 - 7 * tempComboScore, 200, 7 * tempComboScore);
g2.dispose();
infoPanel.createGraphics();