//Modules切图数据 第一个数据为Image索引，第二个为横坐标，第三个为纵坐标，第四个为宽，第五个为高
short[][] modules = {
	{0,0,0,32,55},
	{0,84,0,36,69},
	{0,0,56,27,50},
	{0,0,109,61,116},
	{0,63,87,51,94},
	{0,34,0,48,87},
	{0,64,186,26,38},
	{0,92,196,28,29},
};
//Frames数据，第一组为攻击范围，第二组为被攻击范围，之后为Modules数据
//Modules数据，第一个为ModulesId，第二个为Transform，第三个为X偏移量，第四个为Y偏移量
frames = {
	{//01
		{0,0,0,0},{0,0,0,0},{0,0,0,-49},{0,2,-30,-49}
	},{//02
		{0,0,0,0},{0,0,0,0},{5,0,0,-65},{5,3,-47,-65}
	},{//03
		{0,0,0,0},{0,0,0,0},{2,0,1,-45},{2,2,-26,-45}
	},{//04
		{0,0,0,0},{0,0,0,0},{1,0,0,-54},{1,2,-36,-54}
	},{//05
		{0,0,0,0},{0,0,0,0},{4,0,-1,-64},{4,2,-50,-65}
	},{//06
		{0,0,0,0},{0,0,0,0},{3,0,1,-78},{3,3,-59,-79}
	},{//
		{0,0,0,0},{0,0,0,0},{6,0,-25,-67},{7,0,-27,-29},{7,2,-2,-29},{6,2,-1,-65}
	},
};
//Actions数据，第一个为FrameId，第二个X偏移量，第三为Y偏移量，第四个为当前帧需要绘制的次数（帧延时），至少1次，
actions = {
	{//boom
		{0,0,0,0},{1,0,0,2},{2,0,0,2},{3,0,0,1},{4,0,0,1},{5,0,0,1},
	},{//火流星
		{6,0,0,1},
	},
};
