Problem Description
The title pretty much sums this one up. If you have a global layer and you then duplicate another layout that contains an overridden layer, the master global layer settings reset to default.
Attach a Capx
[attachment=0:2irggbjq][/attachment:2irggbjq]
Description of Capx
The capx contains 2 layouts. Layout 1 contains a global layer named "Global_Layer" (with parallax set to 0,0) and Layout 2 contains an overridden layer with the same name.
Steps to Reproduce Bug
- Duplicate Layout 2
- Observe the global layer parallax settings in Layout 1
Observed Result
The master global layer parallax resets to 100,100.
Expected Result
The master global layer parallax should remain at 0,0.
Affected Browsers
Operating System and Service Pack
W8.1 x64
Construct 2 Version ID
r184 (64 bit)
**Edit to add: This is a problem for other global layer settings as well - the same reset-to-default also happens to the layer opacity, force own texture, transparent etc