Merge remote-tracking branch 'LLK/develop' into develop

This commit is contained in:
Eric Rosenbaum 2016-10-11 13:47:24 -04:00
parent ed9623ef4b
commit 0024b209bd
11 changed files with 303 additions and 3 deletions
src/engine

View file

@ -70,6 +70,18 @@ function Runtime () {
this._cloneCounter = 0;
}
/**
* Width of the stage, in pixels.
* @const {number}
*/
Runtime.STAGE_WIDTH = 480;
/**
* Height of the stage, in pixels.
* @const {number}
*/
Runtime.STAGE_HEIGHT = 360;
/**
* Event name for glowing a script.
* @const {string}