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

Tile column type not working on Linux #137

Open
aganm opened this issue Sep 21, 2021 · 2 comments
Open

Tile column type not working on Linux #137

aganm opened this issue Sep 21, 2021 · 2 comments

Comments

@aganm
Copy link

aganm commented Sep 21, 2021

The Tile column type doesn't seem to work on Linux.

I have a simple project folder with a .cdb file and .png image files alongside it. When I open the .cdb on Windows. all works as expected. On Linux, the tile column type does not display the image at all.

image

@kLabz
Copy link

kLabz commented Sep 22, 2021

Is the path and filename casing correct? Linux filesystem is case sensitive while windows isn't.

@aganm
Copy link
Author

aganm commented Sep 22, 2021

I'm afraid it is. It's the same file on both machines with the image file alongside the .cdb file in the same folder.

{
	"piece": "tower",
	"image": {
		"file": "spritesheet.png",
		"size": 16,
		"x": 17,
		"y": 10
	}
},

When I open the image file in a Image column type, it works both on Linux and Windows. Only when I try to use the Tile column type, I try to load the same image and the image does not show up in the tile selection window on Linux(Debian):
image

On the right is an Image type column which loads the image correctly. In the middle is a Tile column type which doesn't load the image.

This is the working behavior on windows:

image

@aganm aganm closed this as completed Sep 22, 2021
@aganm aganm reopened this Sep 22, 2021
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

2 participants