Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.86.0] Gaps/lines between the images on camera move #6927

Open
Asphiii opened this issue Oct 21, 2024 · 0 comments
Open

[3.86.0] Gaps/lines between the images on camera move #6927

Asphiii opened this issue Oct 21, 2024 · 0 comments

Comments

@Asphiii
Copy link

Asphiii commented Oct 21, 2024

Version

3.86.0

Operating system

Windows 11, Google Chrome 129.0.6668.101

Description

If you place four graphics next to each other, a visible line will appear between them. Something similar happened to me on 3.85.X, but it was always visible on specific camera zoom. This time it appears on camera moving; there is a position when it is not visible. Changing "pixel perfect" in the config doesn't change anything. This is a regression bug; the last stable version is 3.80.1.

Expected behaviour

There's no gaps between the images

Example Test Code

backgroundImages.forEach(image => { const bgImage = this.add.image(image.x, image.y, image.key); bgImage.setDisplaySize(image.displayWidth, image.displayHeight); if (image.origin) { bgImage.setOrigin(image.origin.x, image.origin.y); } });
phaser_bugless_0
phaser_bug_1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant