mirror of
https://github.com/photonstorm/phaser
synced 2024-12-23 03:23:42 +00:00
done
This commit is contained in:
parent
9c8cdd4063
commit
9bd310810d
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ var ParseTileLayers = function (json, insertNull)
|
||||||
alpha: (curGroupState.opacity * curl.opacity),
|
alpha: (curGroupState.opacity * curl.opacity),
|
||||||
visible: (curGroupState.visible && curl.visible),
|
visible: (curGroupState.visible && curl.visible),
|
||||||
orientation: CONST.fromOrientationString(json.orientation),
|
orientation: CONST.fromOrientationString(json.orientation),
|
||||||
properties: GetFastValue(curl, 'properties', {})
|
properties: GetFastValue(curl, 'properties', [])
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -209,7 +209,7 @@ var ParseTileLayers = function (json, insertNull)
|
||||||
alpha: (curGroupState.opacity * curl.opacity),
|
alpha: (curGroupState.opacity * curl.opacity),
|
||||||
visible: (curGroupState.visible && curl.visible),
|
visible: (curGroupState.visible && curl.visible),
|
||||||
orientation: CONST.fromOrientationString(json.orientation),
|
orientation: CONST.fromOrientationString(json.orientation),
|
||||||
properties: GetFastValue(curl, 'properties', {})
|
properties: GetFastValue(curl, 'properties', [])
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue