Merge pull request #71 from webeled/dev

More examples migrated across.
This commit is contained in:
Richard Davey
2013-09-30 04:16:44 -07:00
21 changed files with 1230 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ Phaser.Game = function (width, height, renderer, parent, state, transparent, ant
renderer = renderer || Phaser.AUTO;
parent = parent || '';
state = state || null;
transparent = transparent || false;
if (typeof transparent == 'undefined') { transparent = false; }
antialias = typeof antialias === 'undefined' ? true : antialias;
/**