made the Test content file make a bit more sense

This commit is contained in:
Ell 2023-12-21 18:45:12 +01:00
parent 2aee01893d
commit 37876915ee
2 changed files with 8 additions and 14 deletions

View file

@ -13,29 +13,28 @@
/reference:C:/Users/me/.nuget/packages/monogame.extended.content.pipeline/3.8.0/tools/MonoGame.Extended.Content.Pipeline.dll
#---------------------------------- Content ---------------------------------#
#begin Json/Copy.json
/copy:Json/Copy.json
#begin Json/Test.json
/importer:JsonContentImporter
/processor:FontTextureProcessor
/build:Json/Test.json
/copy:Json/Test.json
#begin Locale/Interface.xml
/importer:XmlImporter
/processor:FontTextureProcessor
/processor:PassThroughProcessor
/build:Locale/Interface.xml
#begin Textures/Icons.png
/importer:TextureImporter
/processor:TextureProcessor
/processorParam:TextureFormat=Compressed
/processorParam:TextureFormat=NoChange
/build:Textures/Icons.png
#begin Textures/Inside.png
/importer:TextureImporter
/processor:TextureProcessor
/processorParam:TextureFormat=Compressed
/processorParam:TextureFormat=NoChange
/build:Textures/Inside.png
#begin Tiled/Map.tmx
@ -46,11 +45,10 @@
#begin Tiled/Tiles.png
/importer:TextureImporter
/processor:TextureProcessor
/processorParam:TextureFormat=Compressed
/processorParam:TextureFormat=NoChange
/build:Tiled/Tiles.png
#begin Tiled/Tileset.tsx
/importer:TiledMapTilesetImporter
/processor:TiledMapTilesetProcessor
/build:Tiled/Tileset.tsx

View file

@ -11,19 +11,15 @@
"copy": true
},
".json": {
"importer": "JsonContentImporter",
"processor": "FontTextureProcessor"
"copy": true
},
".ogg": {
"importer": "OggImporter",
"processor": "SongProcessor"
},
".xml": {
"processor": "FontTextureProcessor"
},
".png": {
"processorParams": {
"TextureFormat": "Compressed"
"TextureFormat": "NoChange"
}
}
}