Skip to content

Commit 17c0768

Browse files
committed
Add PIXI to the Phaser namespace
Hackish solution to make it possible to access PIXI directly from a game.
1 parent 6d74215 commit 17c0768

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Phaser.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ var Phaser = Phaser || {
114114
DEFAULT:0,
115115
LINEAR:0,
116116
NEAREST:1
117-
}
117+
},
118118

119+
PIXI: PIXI || {}
119120
};

0 commit comments

Comments
 (0)