Allows you to set the tiling direction to both directions.
This way, you can set a single image as your background image, which may come in useful for games.
In your JSON, the bgTiling property now accepts x, y and xy. Where xy removes the tiling completely. Play around with the bgPadding property to achieve the result from the image.
Allows you to set the tiling direction to both directions.
This way, you can set a single image as your background image, which may come in useful for games. In your JSON, the
bgTiling
property now acceptsx
,y
andxy
. Wherexy
removes the tiling completely. Play around with thebgPadding
property to achieve the result from the image.