updates to add "ask" functionality
This commit is contained in:
parent
3842832e52
commit
1beed456cc
17 changed files with 809 additions and 24 deletions
js
|
@ -33,6 +33,7 @@ var Stage = function(data) {
|
|||
this.lineCanvas.width = 480;
|
||||
this.lineCanvas.height = 360;
|
||||
this.lineCache = this.lineCanvas.getContext('2d');
|
||||
this.isStage = true;
|
||||
|
||||
Sprite.call(this, data);
|
||||
};
|
||||
|
|
Reference in a new issue