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

Issue with embedded file paths #63

Closed
tslocum opened this issue Jan 29, 2022 · 0 comments · Fixed by #90
Closed

Issue with embedded file paths #63

tslocum opened this issue Jan 29, 2022 · 0 comments · Fixed by #90
Labels

Comments

@tslocum
Copy link

tslocum commented Jan 29, 2022

Hello, when go-tiled attempts to load a .tsx file referenced by a .tmx file, it will not use the required type of filepath slashes when using an embedded filesystem via WithFileSystem. This causes issues when running on Windows.

See the following commit for a workaround I found. I hope it assists with identifying a better fix.

tslocum@2d2dec4

@lafriks lafriks added the bug label May 16, 2023
lafriks pushed a commit that referenced this issue Jul 21, 2024
* Fix Windows file paths with embbeded FS (#63)

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

Successfully merging a pull request may close this issue.

2 participants