Coin on hit

This commit is contained in:
Bilel Bghiel
2015-06-11 15:36:07 +02:00
parent 1e09c3e024
commit 01169b0ab7
4 changed files with 150 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ public class InfoPanel {
private SongHandler sh;
private String time;
private CoinAnimation coinAnimation = new CoinAnimation(150, 200);
private CoinAnimation coinAnimation = new CoinAnimation(125, 200);
public InfoPanel(int x, int y, SongHandler sh){
this.x = x;