This commit is contained in:
Aarav Shah
2021-04-03 14:11:05 -06:00
parent 573682bc31
commit 535f92725e
32 changed files with 98 additions and 65 deletions
+2 -2
View File
@@ -223,9 +223,9 @@ public final class Constants {
public static final double farLeftVisibleX = 3.58;
public static final double farRightVisibleX = 7.04;*/
public static final double[] aRed = {3.8, 0.3};
public static final double[] aRed = {-2.3, 0.6};
public static final double[] bRed = {-7.6, 4.3};
public static final double[] aBlue = {9.9, 8.2};
public static final double[] aBlue = {9.9, 9.0};
public static final double[] bBlue = {4.8, 8.8};
}