-
Notifications
You must be signed in to change notification settings - Fork 798
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
How to change the map #269
Comments
Run |
I have tried making my own tiles and also using the map modification method recommended here, both work. The former has the problem of tiles being out of order, but the overall framework is fine. Have you checked the tileset path in the generated js file?我试过自制tiled,也用过这里推荐的修改地图,都可以。前者出现了tile乱序的问题,但总体框架结构是没问题的。你检查一下生成的js文件中的tileset路径呢? |
I know where the problem is, but I don't know how to fix it, I use tile to generate layers with only one layer, the source file generates a layer with two layers,Can you tell me the process of making a homemade map with tiled, I'd like to see which step went wrong Or can I have contact information to get in touch with you? |
这里提到了,你需要有两个图层。 There should be two layers. |
Why can't I display the map after I use convertMap.js to convert the map imported by tiled, but the background is blue?
The text was updated successfully, but these errors were encountered: