Make metal brighter in sim, since in reality it is very visible
authorMark Slee <mcslee@Mark-Slees-MacBook-Pro.local>
Sun, 11 Aug 2013 08:10:33 +0000 (01:10 -0700)
committerMark Slee <mcslee@Mark-Slees-MacBook-Pro.local>
Sun, 11 Aug 2013 08:10:33 +0000 (01:10 -0700)
_Internals.pde

index 5753ef810f3c2e2c5d4bd4abac3a9f722d3aa974..1b32abd1b17c647202ddc631a4e7df04b3de9813 100644 (file)
@@ -181,7 +181,7 @@ void draw() {
   endShape();
   
   noStroke();
-  fill(#292929);
+  fill(#393939);
   drawBox(BASS_X, 0, BASS_Z, 0, 0, 0, BASS_WIDTH, BASS_HEIGHT, BASS_DEPTH, Cube.CHANNEL_WIDTH);
   for (Cube c : glucose.model.cubes) {
     drawCube(c);