mirror of
https://github.com/photonstorm/phaser
synced 2024-12-19 17:44:45 +00:00
0acef49a7c
Stage.display property added. A direct reference to the root Pixi Stage object (very useful for RenderTexture manipulation)
7 lines
99 B
JavaScript
7 lines
99 B
JavaScript
/**
|
|
* @author Mat Groves http://matgroves.com/ @Doormat23
|
|
*/
|
|
|
|
(function(){
|
|
|
|
var root = this;
|