this is now sprite to PNG

This commit is contained in:
Matthias Mailänder
2013-12-14 08:38:28 +01:00
parent dfc56f6201
commit 9acfbc30e5
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ namespace OpenRA.Utility
[Desc("SPRITEFILE PALETTE [--noshadow] [--nopadding]",
"Convert a shp/tmp/R8 to a series of PNGs, optionally removing shadow")]
public static void ConvertShpToPng(string[] args)
public static void ConvertSpriteToPng(string[] args)
{
var src = args[1];
var shadowIndex = new int[] { };

View File

@@ -22,7 +22,7 @@ namespace OpenRA.Utility
{
{ "--settings-value", Command.Settings },
{ "--shp", Command.ConvertPngToShp },
{ "--png", Command.ConvertShpToPng },
{ "--png", Command.ConvertSpriteToPng },
{ "--extract", Command.ExtractFiles },
{ "--remap", Command.RemapShp },
{ "--transpose", Command.TransposeShp },