introduced new alpha component for colors. fixed #755. Created new validators namespace for getter setter validator functions

This commit is contained in:
Eric Rowell
2014-01-20 11:26:01 -08:00
parent 708937d5c5
commit da28418239
6 changed files with 139 additions and 106 deletions

View File

@@ -42,12 +42,17 @@ suite('Shape', function() {
// node: rect,
// fillGreen: 0,
// fillRed: 255,
// duration: 2
// duration: 2,
// fillAlpha: 0
// });
// tween.play();
layer.draw();
//console.log(layer.getContext().getTrace());
});
// ======================================================