//Modules切图数据 第一个数据为Image索引，第二个为横坐标，第三个为纵坐标，第四个为宽，第五个为高
short[][] modules = {
	{0,60,136,35,65},
	{0,25,136,27,62},
	{0,1,136,14,57},
	{0,67,66,39,70},
	{0,36,66,26,70},
	{0,0,66,29,70},
	{0,71,0,34,66},
	{0,35,0,30,66},
	{0,2,0,31,66},
};
//Frames数据，第一组为攻击范围，第二组为被攻击范围，之后为Modules数据
//Modules数据，第一个为ModulesId，第二个为Transform，第三个为X偏移量，第四个为Y偏移量
frames = {
	{//01
		{0,0,0,0},{0,0,0,0},{2,0,-8,-29},{5,0,-4,-98},{8,0,-18,-164}
	},{//02
		{0,0,0,0},{0,0,0,0},{1,0,-17,-30},{4,0,-2,-100},{7,0,-18,-166}
	},{//03
		{0,0,0,0},{0,0,0,0},{0,0,-13,-31},{3,0,-11,-101},{6,0,-11,-167}
	},{//04
		{0,0,0,0},{0,0,0,0},{3,0,-11,-99},{6,0,-12,-162},{7,2,0,-160},{4,0,2,-95},{0,0,-15,-31}
	},{//05
		{0,0,0,0},{0,0,0,0},{2,2,16,-30},{5,2,-3,-99},{8,2,9,-165}
	},{//06
		{0,0,0,0},{0,0,0,0},{1,2,7,-30},{4,2,-7,-100},{7,2,5,-166}
	},{//07
		{0,0,0,0},{0,0,0,0},{0,0,-29,-30},{3,0,-27,-100},{6,0,-27,-166}
	},{//08
		{0,0,0,0},{0,0,0,0},{1,0,-35,-29},{4,0,-20,-99},{7,0,-36,-165}
	},{//09
		{0,0,0,0},{0,0,0,0},{1,2,20,-30},{4,2,6,-100},{7,2,18,-166}
	},
};
//Actions数据，第一个为FrameId，第二个X偏移量，第三为Y偏移量，第四个为当前帧需要绘制的次数（帧延时），至少1次，
actions = {
	{//闪电
		{0,0,0,1},{1,0,0,0},{2,0,0,1},{3,0,0,0},{4,0,0,1},{5,0,0,0},{6,0,0,1},{7,0,0,1},
	},
};
