aboutsummaryrefslogtreecommitdiff
path: root/src/fallTest/NoteNode.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/NoteNode.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/NoteNode.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fallTest/NoteNode.java b/src/fallTest/NoteNode.java
index 3a29142..64e1b8a 100644
--- a/src/fallTest/NoteNode.java
+++ b/src/fallTest/NoteNode.java
@@ -12,7 +12,7 @@ public class NoteNode {
vis=newVis;
info = newInfo;
anim.setNode(vis);
- anim.setByY();
+ anim.setByY(height);
anim.setCycleCount(1);
anim.setAutoReverse(false);
anim.play();