From bc7c7d96419a10d85e6b4a2ec5e1a2cbe78de9b1 Mon Sep 17 00:00:00 2001 From: Aidan Ross Date: Wed, 17 May 2023 09:05:37 -0400 Subject: resized buttons and set up infrastructure for the note animation --- src/fallTest/LaneInfo.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fallTest/LaneInfo.java') 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 sends = new LinkedList(); //Queue that dictates when to send the notes ArrayList nodes = new ArrayList(); //Array list containing all the notes currently on the field public void addSends(int t) { -- cgit v1.2.3