雷达图
<!--雷达图--> <!-- 自定义地图开始, mapcontainer是一个半透明容器container,keep为true,确保了切换场景时地图不会被移除,mapcontainer是其它子layer的父亲,bgcolor以及bgalpha是颜色和透明度的设定,通过改动align以及xy坐标可以确定地图的位置,通过改变width和height确定该矩形的宽度和高度,--> < layer name = "mapcontainer" keep = "true" type = "container" bgcolor = "0x000000" bgalpha = "0.5" align = "righttop" x = "0" y = "0" width = "264" height = "264" > <!-- map的url属性可以改成我们自己的地图文件,align一定是lefttop,这是为了确定热点位置,其坐标系以左上角为0点,也是为了方便我们通过ps等方法来获取热点的值。--> < layer name = "map" url = "skin/map.png" align = "top" x = "4" y = "4" width = "260" height = "256" handcursor = "false" scalechildren = "true" > <!-