1
0

Fix background color generation

This commit is contained in:
Victor 2014-03-13 13:41:04 +02:00
parent 77d7f04333
commit 88dc9fd92e

View File

@ -15,7 +15,7 @@ public class Background implements Constants {
private final double shadeAmount;
public Background() {
bg = new Color(Util.randomColor(0, 35));
bg = new Color(Util.randomColor(0, 15));
color = new Color(Util.randomColor(150, 235));
shadeAmount = Util.rand(0.5, 2.5);
}