diff options
author | Aidan Ross <aross02@fairport.org> | 2023-05-17 09:05:37 -0400 |
---|---|---|
committer | Aidan Ross <aross02@fairport.org> | 2023-05-17 09:37:36 -0400 |
commit | bc7c7d96419a10d85e6b4a2ec5e1a2cbe78de9b1 (patch) | |
tree | 6fab0cefa49122ebbc8cc37dfa80f3dfb8cd8a6b /src/fallTest/LaneInfo.java | |
parent | a7b4e891e02811222a2fcde1335b97ac1575bba9 (diff) | |
download | NPEhero-bc7c7d96419a10d85e6b4a2ec5e1a2cbe78de9b1.tar.gz NPEhero-bc7c7d96419a10d85e6b4a2ec5e1a2cbe78de9b1.tar.bz2 NPEhero-bc7c7d96419a10d85e6b4a2ec5e1a2cbe78de9b1.zip |
resized buttons and set up infrastructure for the note animation
Diffstat (limited to 'src/fallTest/LaneInfo.java')
-rw-r--r-- | src/fallTest/LaneInfo.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fallTest/LaneInfo.java b/src/fallTest/LaneInfo.java index 5eef143..7fe5567 100644 --- a/src/fallTest/LaneInfo.java +++ b/src/fallTest/LaneInfo.java @@ -7,6 +7,7 @@ import java.util.Queue; import javax.swing.JButton;
public class LaneInfo {
+ //test
Queue<NoteInfo> sends = new LinkedList<NoteInfo>(); //Queue that dictates when to send the notes
ArrayList<Block> nodes = new ArrayList<Block>(); //Array list containing all the notes currently on the field
public void addSends(int t) {
|