mirror of
https://github.com/photonstorm/phaser
synced 2024-12-13 06:42:52 +00:00
bad bad idea
This commit is contained in:
parent
c77731d127
commit
97bb9b4a8f
1 changed files with 4 additions and 4 deletions
|
@ -128,8 +128,8 @@ var ParseTileLayers = function (json, insertNull)
|
||||||
tileHeight: json.tileheight,
|
tileHeight: json.tileheight,
|
||||||
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),
|
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,
|
tileHeight: json.tileheight,
|
||||||
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),
|
properties: GetFastValue(curl, 'properties', []),
|
||||||
properties: GetFastValue(curl, 'properties', [])
|
orientation: CONST.fromOrientationString(json.orientation)
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue