BIG REF UPDATE

This commit is contained in:
Peter Cottle 2012-09-23 11:42:13 -07:00
parent 24c344a4d0
commit efc789c11f
4 changed files with 171 additions and 27 deletions

View file

@ -17,7 +17,10 @@ var GRAPHICS = {
nodeRadius: 15,
curveControlPointOffset: 50,
defaultEasing: 'easeInOut',
defaultAnimationTime: 300
defaultAnimationTime: 300,
rectFill: '#FF3A3A',
rectStroke: '#FFF',
rectStrokeWidth: '3'
};
/**