Question:1
this.tileMapLayer.removeTileAt(newTile);
以前有 removeTileAt()方法可以移除 tileMapLayer层的 newTile这个格子,现在
怎么不管用了。
Question:2
var props = this.tileMap.getPropertiesForGID(GID);
if (props.isStar){ }
为什么提示 Uncaught TypeError: Cannot read property ‘isStar’ of undefined
