This commit is contained in:
LinlyBoi
2023-03-09 14:02:23 +02:00
parent b674e441f3
commit 9396ba7cb5
4 changed files with 24 additions and 18 deletions

View File

@@ -5,6 +5,6 @@ import java.awt.Color;
public class Yellowlight extends Light {
Yellowlight() {
super(5, Color.YELLOW);
super(2, Color.YELLOW);
}
}