From 76471486bf3646554b9db54832a3b20a9f18c13c Mon Sep 17 00:00:00 2001 From: Mark Slee Date: Sun, 11 Aug 2013 01:10:33 -0700 Subject: [PATCH] Make metal brighter in sim, since in reality it is very visible --- _Internals.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_Internals.pde b/_Internals.pde index 5753ef8..1b32abd 100644 --- a/_Internals.pde +++ b/_Internals.pde @@ -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); -- 2.34.1