Fixed some errors in Rectangle and more Pixi hooks added, now creating the Stage properly and rendering sprites.

This commit is contained in:
Richard Davey
2013-08-29 19:20:04 +01:00
parent 19483bafed
commit 6bf7bab917
8 changed files with 137 additions and 47 deletions
+3 -3
View File
@@ -27,8 +27,8 @@ var Phaser = Phaser || {
VERSION: '1.0.0',
GAMES: [],
RENDERER_AUTO: 0,
RENDERER_CANVAS: 1,
RENDERER_WEBGL: 2
AUTO: 0,
CANVAS: 1,
WEBGL: 2
};