Add --dump-sequence-sheets Utility command.

This can be used to debug and optimize the texture
data that is uploaded to VRAM.
This commit is contained in:
Paul Chote
2018-04-29 16:38:39 +01:00
committed by reaperrr
parent 7bc5bd5791
commit 952f41b4e4
3 changed files with 65 additions and 0 deletions

View File

@@ -864,6 +864,7 @@
<Compile Include="UpdateRules\Rules\AddEditorPlayer.cs" />
<Compile Include="UpdateRules\Rules\RemovePaletteFromCurrentTileset.cs" />
<Compile Include="Traits\Player\PlayerResources.cs" />
<Compile Include="UtilityCommands\DumpSequenceSheetsCommand.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="AfterBuild">