Tilemap Display Bug

0 favourites
  • 2 posts
From the Asset Store
Match same tiles with each other as fast as you can and earn more score during a limited time!
  • Problem Description

    Tilemap displays incorrectly when not in 100% zoom mode.

    Attach a Capx

    https://drive.google.com/file/d/0Bz86oQ ... sp=sharing

    EDIT: I put it in a ZIP file so Google Drive doesn't try to just display its contents by default.

    Description of Capx

    A blank Capx except for a tilemap that should be displaying incorrectly as soon as it loads.

    Steps to Reproduce Bug

    • Make a tilemap object.
    • Change the editor zoom.

    Observed Result

    It displays incorrectly, such as showing the top row of pixels from the tiles directly below each tile.

    Expected Result

    It should only be showing the tiles and not additional graphics.

    Affected Browsers

    • Construct 2 itself.

    Operating System and Service Pack

    Windows 10 Home

    Construct 2 Version ID

    230, 64-bit

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • This is another seam issue due to using linear sampling and the tiles blending some of the adjacent pixels from the tilemap.

    Technically it is wrong but it's pretty difficult to fix (the editor uses a different, simpler rendering algorithm to the runtime) and it doesn't affect the runtime which is where it really matters. And you can work around it by using point sampling. So closing as won't fix.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)