mirror of
https://github.com/wassname/phaser.git
synced 2026-07-20 12:30:48 +08:00
Groups examples and some boolean checks corrected
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user