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;