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