//Modules切图数据 第一个数据为Image索引，第二个为横坐标，第三个为纵坐标，第四个为宽，第五个为高
short[][] modules = {
	{0,0,0,26,30},
	{0,28,0,10,12},
	{0,39,0,6,4},
	{0,28,13,12,9},
	{0,48,0,12,9},
	{0,43,13,24,8},
	{0,93,0,7,20},
	{0,114,38,2,6},
	{0,0,31,14,12},
	{0,15,31,13,11},
	{0,29,31,13,10},
	{0,43,31,14,11},
	{0,57,27,15,14},
	{0,71,21,34,11},
	{0,0,44,13,14},
	{0,14,43,14,14},
	{0,28,43,14,13},
	{0,42,43,13,14},
	{0,57,42,15,15},
	{0,73,35,30,20},
	{0,103,39,11,14},
	{0,115,44,11,11},
	{0,69,0,21,20},
	{0,28,23,20,7},
	{0,107,0,24,19},
	{0,107,19,12,19},
	{0,132,0,24,19},
	{0,122,20,19,17},
	{0,142,20,12,16},
	{0,157,17,13,10},
	{0,158,28,10,17},
	{0,127,38,26,10},
	{0,127,49,26,9},
	{0,156,47,14,11},
};
//Frames数据，第一组为攻击范围，第二组为被攻击范围，之后为Modules数据
//Modules数据，第一个为ModulesId，第二个为Transform，第三个为X偏移量，第四个为Y偏移量
frames = {
	{//stand01
		{0,0,0,0},{0,0,0,0},{3,2,-6,-18},{0,2,-13,-48},{32,2,-13,-27},{1,2,8,-21},{4,2,-12,-19},{22,0,-6,-31},{8,2,-16,-12},{14,2,2,-14}
	},{//stand02
		{0,0,0,0},{0,0,0,0},{3,2,-7,-18},{0,2,-14,-48},{1,2,7,-21},{4,2,-13,-19},{32,2,-14,-27},{22,0,-7,-31},{15,2,1,-14},{9,2,-16,-11}
	},{//stand03
		{0,0,0,0},{0,0,0,0},{3,2,-7,-17},{0,2,-14,-47},{1,2,7,-20},{4,2,-13,-18},{32,2,-14,-26},{22,0,-8,-30},{16,2,1,-13},{10,2,-16,-10}
	},{//stand04
		{0,0,0,0},{0,0,0,0},{3,2,-6,-17},{0,2,-13,-47},{1,2,8,-20},{4,2,-12,-18},{32,2,-13,-26},{22,0,-7,-30},{17,2,2,-14},{11,2,-16,-11}
	},{//挨打01
		{0,0,0,0},{0,0,0,0},{0,0,-3,-43},{26,0,-8,-27},{23,2,-20,-23},{22,6,-16,-35},{2,0,8,-23},{17,0,-16,-16},{14,2,2,-14}
	},{//挨打01
		{0,0,0,0},{0,0,0,0},{17,0,-15,-17},{0,0,-3,-42},{26,0,-7,-26},{23,2,-19,-24},{22,6,-16,-33},{2,0,9,-22},{14,2,2,-14}
	},{//run01
		{0,0,0,0},{0,0,0,0},{27,2,-6,-17},{28,2,-14,-18},{26,2,-13,-35},{0,2,-19,-54},{22,7,5,-44}
	},{//run02
		{0,0,0,0},{0,0,0,0},{26,2,-12,-34},{0,2,-18,-53},{22,7,6,-43},{33,2,-17,-11},{31,2,-11,-17}
	},{//run02
		{0,0,0,0},{0,0,0,0},{26,2,-15,-34},{0,2,-21,-53},{22,7,3,-43},{29,2,-10,-10},{30,4,-8,-17}
	},{//stand01
		{0,0,0,0},{0,0,0,0},{3,2,-6,-18},{0,2,-13,-48},{32,2,-13,-27},{1,2,8,-21},{4,2,-12,-19},{22,0,-6,-31},{8,2,-16,-12},{14,2,2,-14}
	},{//att01
		{0,0,0,0},{0,0,0,0},{3,2,-7,-19},{0,2,-14,-49},{32,2,-14,-28},{1,2,7,-22},{5,7,-17,-43},{21,2,-17,-46},{6,7,-7,-44},{24,2,-3,-44},{25,2,10,-25},{27,2,-6,-16},{12,2,-16,-14},{7,2,15,-6}
	},{//att02
		{0,0,0,0},{0,0,0,0},{3,2,-6,-17},{0,2,-13,-47},{23,2,-28,-24},{32,2,-13,-26},{1,2,9,-20},{8,2,-16,-12},{14,2,2,-14},{22,2,-44,-40},{20,2,-42,-45},{19,2,-31,-49},{13,2,-1,-49},{2,2,-5,-26}
	},{//att03
		{0,0,0,0},{0,0,0,0},{3,2,-6,-17},{0,2,-13,-47},{23,2,-28,-24},{32,2,-13,-26},{1,2,9,-20},{8,2,-16,-12},{14,2,2,-14},{22,2,-44,-40},{2,2,-5,-26}
	},
};
//Actions数据，第一个为FrameId，第二个X偏移量，第三为Y偏移量，第四个为当前帧需要绘制的次数（帧延时），至少1次，
actions = {
	{//stand
		{0,0,0,1},{1,0,0,1},{2,0,0,1},{3,0,0,1},
	},{//run
		{6,0,0,1},{7,0,0,1},{8,0,0,1},
	},{//att
		{0,0,0,2},{10,0,0,0},{11,0,0,2},{12,0,0,2},
	},{//挨打
		{4,0,0,1},{5,0,0,1},
	},
};
