|
@@ -1,5 +1,6 @@
|
|
|
(function(window) {
|
|
(function(window) {
|
|
|
function ParticleView(modelObject){
|
|
function ParticleView(modelObject){
|
|
|
|
|
+ createjs.Shape.call(this);
|
|
|
this.model = modelObject;
|
|
this.model = modelObject;
|
|
|
this.model.view = this;
|
|
this.model.view = this;
|
|
|
var dp = this.model.draw_properties;
|
|
var dp = this.model.draw_properties;
|