more descriptive display name + set default processors.

This commit is contained in:
2019-01-13 17:09:27 -06:00
parent 9df8503f08
commit 7116eb0437
4 changed files with 5 additions and 10 deletions

View File

@@ -4,10 +4,9 @@ using System.Text;
namespace RecrownedAthenaeum.Pipeline.TextureAtlas
{
[ContentProcessor(DisplayName = "Texture Atlas Processor")]
[ContentProcessor(DisplayName = "Texture Atlas Processor - RecrownedAthenaeum")]
class TextureAtlasProcessor : ContentProcessor<TextureAtlasData, byte[]>
{
public override byte[] Process(TextureAtlasData input, ContentProcessorContext context)
{
string serialized = JsonConvert.SerializeObject(input);