aboutsummaryrefslogtreecommitdiff
path: root/src/fallTest/newSongPlayer.java
diff options
context:
space:
mode:
authorAidan Ross <aross02@fairport.org>2023-05-17 09:05:37 -0400
committerAidan Ross <aross02@fairport.org>2023-05-17 09:37:36 -0400
commitbc7c7d96419a10d85e6b4a2ec5e1a2cbe78de9b1 (patch)
tree6fab0cefa49122ebbc8cc37dfa80f3dfb8cd8a6b /src/fallTest/newSongPlayer.java
parenta7b4e891e02811222a2fcde1335b97ac1575bba9 (diff)
downloadNPEhero-bc7c7d96419a10d85e6b4a2ec5e1a2cbe78de9b1.tar.gz
NPEhero-bc7c7d96419a10d85e6b4a2ec5e1a2cbe78de9b1.tar.bz2
NPEhero-bc7c7d96419a10d85e6b4a2ec5e1a2cbe78de9b1.zip
resized buttons and set up infrastructure for the note animation
Diffstat (limited to '')
-rw-r--r--src/fallTest/newSongPlayer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fallTest/newSongPlayer.java b/src/fallTest/newSongPlayer.java
index f9affad..46d6e4b 100644
--- a/src/fallTest/newSongPlayer.java
+++ b/src/fallTest/newSongPlayer.java
@@ -32,7 +32,7 @@ public class newSongPlayer extends Pane
{
Timer time = new Timer();
- private double dLaneX;
+ private double dLaneX = 0;
public void init() {