mirror of
https://github.com/wassname/phaser.git
synced 2026-06-27 16:10:15 +08:00
+1
-1
@@ -32,7 +32,7 @@ Phaser.Game = function (width, height, renderer, parent, state, transparent, ant
|
||||
parent = parent || '';
|
||||
state = state || null;
|
||||
transparent = transparent || false;
|
||||
antialias = antialias || true;
|
||||
antialias = typeof antialias === 'undefined' ? true : antialias;
|
||||
|
||||
/**
|
||||
* Phaser Game ID (for when Pixi supports multiple instances)
|
||||
|
||||
Reference in New Issue
Block a user