//Modules切图数据 第一个数据为Image索引，第二个为横坐标，第三个为纵坐标，第四个为宽，第五个为高
short[][] modules = {
	{0,120,0,10,10},
	{0,94,0,25,22},
	{0,94,22,15,22},
	{0,70,16,22,25},
	{0,77,0,16,12},
	{0,65,0,11,15},
	{0,58,0,7,9},
	{0,26,85,15,14},
	{0,41,54,33,14},
	{0,45,42,27,12},
	{0,50,17,18,24},
	{0,43,0,14,17},
	{0,13,93,12,7},
	{0,12,81,13,12},
	{0,0,86,12,14},
	{0,0,67,41,14},
	{0,0,46,41,21},
	{0,18,28,30,14},
	{0,0,25,18,21},
	{0,21,9,19,19},
	{0,22,5,7,3},
	{0,22,0,15,4},
	{0,0,0,21,25},
	{0,118,75,12,18},
	{0,112,55,18,19},
	{0,115,38,13,16},
	{0,109,23,21,14},
	{0,94,49,17,12},
	{0,97,62,15,24},
	{0,82,83,14,17},
	{0,74,41,19,29},
	{0,58,74,23,26},
	{0,126,14,3,7},
	{0,100,87,20,13},
	{0,114,77,2,7},
	{0,41,77,16,23},
};
//Frames数据，第一组为攻击范围，第二组为被攻击范围，之后为Modules数据
//Modules数据，第一个为ModulesId，第二个为Transform，第三个为X偏移量，第四个为Y偏移量
frames = {
	{//stand01
		{0,0,0,0},{0,0,0,0},{5,2,9,-15},{4,2,-18,-12},{17,2,-14,-20},{19,2,-8,-38},{18,2,7,-43},{6,2,-14,-32},{11,2,-25,-41},{1,2,0,-60},{0,2,20,-35},{22,2,-13,-55}
	},{//stand02
		{0,0,0,0},{0,0,0,0},{5,2,9,-15},{4,2,-18,-12},{17,2,-14,-19},{19,2,-8,-37},{18,2,7,-42},{6,2,-14,-31},{1,2,0,-59},{0,2,20,-34},{22,2,-13,-54},{11,2,-24,-39}
	},{//stand03
		{0,0,0,0},{0,0,0,0},{5,2,9,-15},{4,2,-18,-12},{17,2,-14,-19},{19,2,-8,-37},{18,2,7,-42},{6,2,-14,-31},{1,2,0,-59},{0,2,20,-34},{22,2,-13,-54},{11,2,-23,-39}
	},{//stand04
		{0,0,0,0},{0,0,0,0},{5,2,9,-15},{4,2,-18,-12},{17,2,-14,-20},{19,2,-8,-38},{18,2,7,-43},{6,2,-14,-32},{1,2,0,-60},{0,2,20,-35},{22,2,-13,-55},{11,2,-23,-41}
	},{//att01
		{0,0,0,0},{0,0,0,0},{19,2,-8,-38},{22,2,-13,-55},{16,2,-20,-21},{3,2,8,-51},{28,2,13,-75},{2,2,-22,-34}
	},{//att01
		{0,0,0,0},{0,0,0,0},{14,2,-27,-42},{22,2,-16,-51},{15,2,-21,-13},{8,2,-17,-25},{9,2,-15,-37},{30,2,-33,-32}
	},{//att03
		{0,0,0,0},{0,0,0,0},{14,2,-27,-42},{22,2,-16,-51},{15,2,-21,-13},{8,2,-17,-25},{9,2,-15,-37},{30,2,-33,-32},{29,2,-32,-38},{27,2,-29,-50},{33,2,-21,-63}
	},{//run01
		{0,0,0,0},{0,0,0,0},{19,2,-7,-44},{12,2,4,-7},{1,3,5,-28},{2,2,-21,-41},{32,2,-7,-29},{26,2,-7,-26},{25,2,-6,-23},{22,2,-12,-61},{0,4,23,-41},{31,2,5,-50}
	},{//run02
		{0,0,0,0},{0,0,0,0},{19,2,-7,-46},{35,2,-15,-27},{1,3,5,-30},{2,2,-21,-43},{32,2,-7,-31},{22,2,-12,-63},{0,4,23,-43},{31,2,5,-52},{13,2,14,-12},{7,2,-4,-27},{34,2,-17,-22}
	},{//run03
		{0,0,0,0},{0,0,0,0},{19,2,-7,-44},{1,3,5,-28},{2,2,-21,-41},{32,2,-7,-29},{26,2,-7,-26},{22,2,-12,-61},{0,4,23,-41},{31,2,5,-50},{23,2,-5,-23},{24,2,-22,-19}
	},{//beHit01
		{0,0,0,0},{0,0,0,0},{5,2,9,-15},{4,2,-18,-12},{17,2,-14,-20},{19,2,-8,-38},{18,2,7,-43},{1,2,0,-60},{0,2,20,-35},{22,0,-12,-54},{10,2,-16,-35},{21,2,-6,-41},{20,2,-2,-35}
	},{//beHit01
		{0,0,0,0},{0,0,0,0},{5,2,10,-15},{4,2,-17,-12},{17,2,-13,-19},{19,2,-7,-37},{18,2,8,-42},{1,2,1,-59},{0,2,21,-34},{22,0,-11,-53},{10,2,-15,-34},{21,2,-5,-40},{20,2,-1,-34}
	},
};
//Actions数据，第一个为FrameId，第二个X偏移量，第三为Y偏移量，第四个为当前帧需要绘制的次数（帧延时），至少1次，
actions = {
	{//stand
		{0,0,0,1},{1,0,0,1},{2,0,0,1},{3,0,0,1},
	},{//run
		{7,0,0,1},{8,0,0,1},{9,0,0,1},
	},{//att
		{4,0,0,1},{6,0,0,0},{6,0,0,2},{5,0,0,3},
	},{//behit
		{10,0,0,1},{11,0,0,1},
	},
};
