Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Last minute changes
  • Loading branch information
rwb11001 committed Dec 9, 2015
1 parent 9b1c484 commit b5b4064
Show file tree
Hide file tree
Showing 7 changed files with 1,157 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion RangeApp/Properties.pde
Expand Up @@ -39,7 +39,7 @@ int i_relationWidth = 2;
int i_boundaryWidth = 3;

// Help Strings
int i_helpStrings = 10;
int i_helpStrings = 7;
String[] s_helpStrings = {
"h: Toggle Help",
"e: Toggle Gnoman",
Expand Down
4 changes: 4 additions & 0 deletions RangeApp/RangeApp.pde
Expand Up @@ -160,3 +160,7 @@ void mouseReleased() {
cam.mouseReleased();
}
}

void balanceTree (ArrayList<Point> points, boolean dir) {

}
1 change: 1 addition & 0 deletions RangeApp/Selector.pde
Expand Up @@ -99,6 +99,7 @@ class Selector{
ellipseMode(RADIUS);
ellipse(_startX,_startY,_radius,_radius);
line(_startX,_startY,mouseX,mouseY);
ellipseMode(CENTER);
break;
}
}
Expand Down

0 comments on commit b5b4064

Please sign in to comment.