X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Internals.pde;h=1b32abd1b17c647202ddc631a4e7df04b3de9813;hb=76471486bf3646554b9db54832a3b20a9f18c13c;hp=5753ef810f3c2e2c5d4bd4abac3a9f722d3aa974;hpb=46fc29d484355ac51869e2af1ed633aeff7d1688;p=SugarCubes.git 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);