mirror of
https://github.com/photonstorm/phaser
synced 2024-12-04 18:40:59 +00:00
Update ParseTileLayers.js
This commit is contained in:
parent
b4d9d71009
commit
a72efc8ac8
1 changed files with 4 additions and 4 deletions
|
@ -128,8 +128,8 @@ var ParseTileLayers = function (json, insertNull)
|
|||
tileHeight: json.tileheight,
|
||||
alpha: (curGroupState.opacity * curl.opacity),
|
||||
visible: (curGroupState.visible && curl.visible),
|
||||
orientation: CONST.fromOrientationString(json.orientation),
|
||||
properties: GetFastValue(curl, 'properties', [])
|
||||
properties: GetFastValue(curl, 'properties', []),
|
||||
orientation: CONST.fromOrientationString(json.orientation)
|
||||
|
||||
});
|
||||
|
||||
|
@ -208,8 +208,8 @@ var ParseTileLayers = function (json, insertNull)
|
|||
tileHeight: json.tileheight,
|
||||
alpha: (curGroupState.opacity * curl.opacity),
|
||||
visible: (curGroupState.visible && curl.visible),
|
||||
orientation: CONST.fromOrientationString(json.orientation),
|
||||
properties: GetFastValue(curl, 'properties', [])
|
||||
properties: GetFastValue(curl, 'properties', []),
|
||||
orientation: CONST.fromOrientationString(json.orientation)
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue