Skip to content

Commit

Permalink
corrected initial position
Browse files Browse the repository at this point in the history
lshap committed Mar 26, 2014
1 parent 6ec00a1 commit a8b8f50
Showing 2 changed files with 4 additions and 3 deletions.
Binary file modified .soundscene.html.swp
Binary file not shown.
7 changes: 4 additions & 3 deletions soundscene.html
Original file line number Diff line number Diff line change
@@ -83,9 +83,9 @@
var drawingFilter = false;
var noiseLines = [];

var color1 = [0, 0, 255];
var color2 = [255, 255, 0];
var color3 = [0, 255, 0];
var color1 = [255, 35, 38];
var color2 = [255, 100, 35];
var color3 = [255, 164, 35];

var cwheel;
var spacing = 1; // number between 0.1 and 2
@@ -670,6 +670,7 @@

$("#wheelcanvas").click(function(){
var colors = cwheel.getColors();
console.log(cwheel.getColors());
color1 = colors[0];
color2 = colors[1];
color3 = colors[2];

0 comments on commit a8b8f50

Please sign in to comment.