コード例 #1
0
ファイル: TextureCustom.cs プロジェクト: schmjdt/cpi211
 public void chopTexture()
 {
     texColors = TextureBuilder.ChopUpTiles(this);
 }