Fixing up Pixis setBackgroundColor.

This commit is contained in:
photonstorm
2014-02-08 09:14:44 +00:00
parent ee3f6d8e7f
commit 243820c973
7 changed files with 1300 additions and 18 deletions
+4
View File
@@ -14,6 +14,10 @@ var p;
function create() {
// game.stage.backgroundColor = '#ff5500';
game.stage._stage.setBackgroundColor(0xff5500);
sprite = game.add.sprite(0, 0, 'pic');
g = game.add.group(null, 'billy');