added new performance test in preparation for new hit detection algo investigation

This commit is contained in:
Eric Rowell
2012-08-10 20:48:42 -07:00
parent 5c898e7da5
commit 8c147ee2b5
4 changed files with 77 additions and 12 deletions

View File

@@ -928,8 +928,9 @@ Kinetic.Stage = Kinetic.Container.extend({
this.ids = {};
this.names = {};
this.dragAnim = new Kinetic.Animation();
//shapes hash. rgb keys and shape values
this.shapes = {};
this.dragAnim = new Kinetic.Animation();
},
_draw: function(canvas) {
this._drawChildren(canvas);