We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
问题描述:tiled.js中加载地图的方式(如下图)为地图tmx文件中所有地图瓦片资源加载完毕后,才进行render,这种逻辑在交互上就会出现,一开始地图为空,过了一段时间(资源加载完毕后)地图跳出。交互有些不够友好。 期望目标:地图分块加载,一块瓦片地图资源加载完毕后渲染到地图上。 egret开发者论坛上问题链接
The text was updated successfully, but these errors were encountered:
是有这个问题啊, 我一个90x90块的地图要卡30多秒
Sorry, something went wrong.
No branches or pull requests
问题描述:tiled.js中加载地图的方式(如下图)为地图tmx文件中所有地图瓦片资源加载完毕后,才进行render,这种逻辑在交互上就会出现,一开始地图为空,过了一段时间(资源加载完毕后)地图跳出。交互有些不够友好。
期望目标:地图分块加载,一块瓦片地图资源加载完毕后渲染到地图上。
egret开发者论坛上问题链接
The text was updated successfully, but these errors were encountered: