You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: