Add --rgba2hex & --argb2hex color format conversion utility commands

This commit is contained in:
atlimit8
2015-10-04 20:41:34 -05:00
parent 949994f10b
commit a5b93156db
2 changed files with 210 additions and 0 deletions

View File

@@ -543,6 +543,7 @@
<Compile Include="UtilityCommands\UpgradeMapCommand.cs" />
<Compile Include="UtilityCommands\UpgradeModCommand.cs" />
<Compile Include="UtilityCommands\UpgradeRules.cs" />
<Compile Include="UtilityCommands\Rgba2Hex.cs" />
<Compile Include="Warheads\CreateEffectWarhead.cs" />
<Compile Include="Warheads\CreateResourceWarhead.cs" />
<Compile Include="Warheads\DamageWarhead.cs" />