TilemapContent.mgcb 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #----------------------------- Global Properties ----------------------------#
  2. /outputDir:bin/$(Platform)
  3. /intermediateDir:obj/$(Platform)
  4. /platform:Windows
  5. /config:
  6. /profile:Reach
  7. /compress:False
  8. #-------------------------------- References --------------------------------#
  9. /reference:..\..\..\Artifacts\Debug\Processors\netstandard2.0\Aether.Content.Pipeline.TilemapImporter.dll
  10. #---------------------------------- Content ---------------------------------#
  11. #begin font.spritefont
  12. /importer:FontDescriptionImporter
  13. /processor:FontDescriptionProcessor
  14. /processorParam:PremultiplyAlpha=True
  15. /processorParam:TextureFormat=Compressed
  16. /build:font.spritefont
  17. #begin tilemapMipmap.tmx
  18. /importer:TilemapImporter
  19. /processor:TilemapProcessor
  20. /processorParam:MipmapsPerSprite=False
  21. /processorParam:ColorKeyColor=255,0,255,255
  22. /processorParam:ColorKeyEnabled=False
  23. /processorParam:GenerateMipmaps=True
  24. /processorParam:PremultiplyAlpha=True
  25. /processorParam:ResizeToPowerOfTwo=False
  26. /processorParam:MakeSquare=False
  27. /processorParam:TextureFormat=Color
  28. /build:tilemapMipmap.tmx
  29. #begin tilemapMipmapPerSprite.tmx
  30. /importer:TilemapImporter
  31. /processor:TilemapProcessor
  32. /processorParam:MipmapsPerSprite=True
  33. /processorParam:ColorKeyColor=255,0,255,255
  34. /processorParam:ColorKeyEnabled=False
  35. /processorParam:GenerateMipmaps=True
  36. /processorParam:PremultiplyAlpha=True
  37. /processorParam:ResizeToPowerOfTwo=False
  38. /processorParam:MakeSquare=False
  39. /processorParam:TextureFormat=Color
  40. /build:tilemapMipmapPerSprite.tmx
  41. #begin tilemapNoMipmap.tmx
  42. /importer:TilemapImporter
  43. /processor:TilemapProcessor
  44. /processorParam:MipmapsPerSprite=False
  45. /processorParam:ColorKeyColor=255,0,255,255
  46. /processorParam:ColorKeyEnabled=False
  47. /processorParam:GenerateMipmaps=False
  48. /processorParam:PremultiplyAlpha=True
  49. /processorParam:ResizeToPowerOfTwo=False
  50. /processorParam:MakeSquare=False
  51. /processorParam:TextureFormat=Color
  52. /build:tilemapNoMipmap.tmx