mapeditor/tiled

Do you want to work on this issue?

You can request for a bounty in order to promote it!

Tileset improperly displayed #3525

jumpjack posted onGitHub

A tileset made of multiple separated images is improperly shown in the interface:

image

The above tileset is made of tiles all 24 pixels wide...

  • sidecabinet
  • bathsw
  • radsuitlocker
  • controlunit

...but they are displayed at different distances; this prevents from making a screenshot to put all of them into a single-images tileset (being "export as image" option not available, this could be a possible workaround to create a single-imaged tileset from multiple images).

V.1.9.2 in Windows 10.


This happens because tiles are displayed at 24+1 pixel intervals rather than 24:

image

posted by jumpjack over 2 years ago

Since the tiles have 1px space between them, you need to set the tileset's spacing to 1.

posted by eishiya over 2 years ago

Fund this Issue

$0.00
Funded
Only logged in users can fund an issue

Pull requests