Skip to content

Version 1.5.4

Compare
Choose a tag to compare
@Cleptomania Cleptomania released this 12 Oct 23:56
7287222

Previously if only one parallax value(x or y) on a layer had been set, it would fail because pytiled-parser was assuming that if one was set then the other would be. This is not actually the case in the Tiled map file.

The value for them now defaults to 1.0 if it is not specified in the map file(This is the Tiled default value).