예제 #1
0
파일: Subtexture.cs 프로젝트: prime31/Nez
		public Subtexture( Texture2D texture, Rectangle sourceRect ) : this( texture, sourceRect, sourceRect.getHalfSize() )
		{ }