From 01169b0ab73bb9dbe2371af97a496ea296384634 Mon Sep 17 00:00:00 2001 From: Bilel Bghiel Date: Thu, 11 Jun 2015 15:36:07 +0200 Subject: [PATCH] Coin on hit --- .idea/libraries/Arcade.xml | 13 ++++ .idea/uiDesigner.xml | 124 +++++++++++++++++++++++++++++++++++ Arcade.iml | 12 ++++ model/objects/InfoPanel.java | 2 +- 4 files changed, 150 insertions(+), 1 deletion(-) create mode 100644 .idea/libraries/Arcade.xml create mode 100644 .idea/uiDesigner.xml create mode 100644 Arcade.iml diff --git a/.idea/libraries/Arcade.xml b/.idea/libraries/Arcade.xml new file mode 100644 index 0000000..0daaa5c --- /dev/null +++ b/.idea/libraries/Arcade.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..e96534f --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Arcade.iml b/Arcade.iml new file mode 100644 index 0000000..12329c9 --- /dev/null +++ b/Arcade.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/model/objects/InfoPanel.java b/model/objects/InfoPanel.java index 43220d6..7712426 100644 --- a/model/objects/InfoPanel.java +++ b/model/objects/InfoPanel.java @@ -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;