I’m new to Defold and making my way through the runner tutorial. I’ve added the two ground images to level.atlas, and they appear in the atlas vertically (video tutorial shows it horizontally).
Once I’ve added the 7 ground objects to ground.collection, position them, and scale them to 0.6, every other ground image has a line across the top that you can see because of the black background. It’s like it’s grabbing the first couple pixel lines from the image directly above in the atlas. If I reorganize the atlas by removing and adding the PNGs in a different order (so that ground2 is on top instead of ground1), then the ground image which has the line on top gets reversed. This seems to only happen in certain scales. If I increase the scale to 0.75, there is no line.
Also, if I add a margin (of 1) or padding (of 5) to the atlas, the lines go away. With no margin or padding (default tutorial steps), and I adjust the the build/launch window size, lines go away at certain scales.
Edit: Defold Editor 1.2.112; Java 1.8.0_05