egret-game-library icon indicating copy to clipboard operation
egret-game-library copied to clipboard

tileset spacing、margin属性不能有值,会报错

Open xbl opened this issue 8 years ago • 0 comments

地图片段

<tileset firstgid="3" name="bigMap" tilewidth="188" tileheight="100" tilecount="30" columns="5" spacing="2">
  <image source="bigMap.png" trans="f9fdff" width="948" height="610"/>
 </tileset>

会报如下错误

tiled.js:2847 Uncaught Error: no matching tileset found for gid 29

xbl avatar Sep 13 '16 04:09 xbl