mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-22 07:23:30 +01:00
made the Test content file make a bit more sense
This commit is contained in:
parent
2aee01893d
commit
37876915ee
2 changed files with 8 additions and 14 deletions
|
@ -13,29 +13,28 @@
|
||||||
/reference:C:/Users/me/.nuget/packages/monogame.extended.content.pipeline/3.8.0/tools/MonoGame.Extended.Content.Pipeline.dll
|
/reference:C:/Users/me/.nuget/packages/monogame.extended.content.pipeline/3.8.0/tools/MonoGame.Extended.Content.Pipeline.dll
|
||||||
|
|
||||||
#---------------------------------- Content ---------------------------------#
|
#---------------------------------- Content ---------------------------------#
|
||||||
|
|
||||||
#begin Json/Copy.json
|
#begin Json/Copy.json
|
||||||
/copy:Json/Copy.json
|
/copy:Json/Copy.json
|
||||||
|
|
||||||
#begin Json/Test.json
|
#begin Json/Test.json
|
||||||
/importer:JsonContentImporter
|
/copy:Json/Test.json
|
||||||
/processor:FontTextureProcessor
|
|
||||||
/build:Json/Test.json
|
|
||||||
|
|
||||||
#begin Locale/Interface.xml
|
#begin Locale/Interface.xml
|
||||||
/importer:XmlImporter
|
/importer:XmlImporter
|
||||||
/processor:FontTextureProcessor
|
/processor:PassThroughProcessor
|
||||||
/build:Locale/Interface.xml
|
/build:Locale/Interface.xml
|
||||||
|
|
||||||
#begin Textures/Icons.png
|
#begin Textures/Icons.png
|
||||||
/importer:TextureImporter
|
/importer:TextureImporter
|
||||||
/processor:TextureProcessor
|
/processor:TextureProcessor
|
||||||
/processorParam:TextureFormat=Compressed
|
/processorParam:TextureFormat=NoChange
|
||||||
/build:Textures/Icons.png
|
/build:Textures/Icons.png
|
||||||
|
|
||||||
#begin Textures/Inside.png
|
#begin Textures/Inside.png
|
||||||
/importer:TextureImporter
|
/importer:TextureImporter
|
||||||
/processor:TextureProcessor
|
/processor:TextureProcessor
|
||||||
/processorParam:TextureFormat=Compressed
|
/processorParam:TextureFormat=NoChange
|
||||||
/build:Textures/Inside.png
|
/build:Textures/Inside.png
|
||||||
|
|
||||||
#begin Tiled/Map.tmx
|
#begin Tiled/Map.tmx
|
||||||
|
@ -46,11 +45,10 @@
|
||||||
#begin Tiled/Tiles.png
|
#begin Tiled/Tiles.png
|
||||||
/importer:TextureImporter
|
/importer:TextureImporter
|
||||||
/processor:TextureProcessor
|
/processor:TextureProcessor
|
||||||
/processorParam:TextureFormat=Compressed
|
/processorParam:TextureFormat=NoChange
|
||||||
/build:Tiled/Tiles.png
|
/build:Tiled/Tiles.png
|
||||||
|
|
||||||
#begin Tiled/Tileset.tsx
|
#begin Tiled/Tileset.tsx
|
||||||
/importer:TiledMapTilesetImporter
|
/importer:TiledMapTilesetImporter
|
||||||
/processor:TiledMapTilesetProcessor
|
/processor:TiledMapTilesetProcessor
|
||||||
/build:Tiled/Tileset.tsx
|
/build:Tiled/Tileset.tsx
|
||||||
|
|
||||||
|
|
|
@ -11,19 +11,15 @@
|
||||||
"copy": true
|
"copy": true
|
||||||
},
|
},
|
||||||
".json": {
|
".json": {
|
||||||
"importer": "JsonContentImporter",
|
"copy": true
|
||||||
"processor": "FontTextureProcessor"
|
|
||||||
},
|
},
|
||||||
".ogg": {
|
".ogg": {
|
||||||
"importer": "OggImporter",
|
"importer": "OggImporter",
|
||||||
"processor": "SongProcessor"
|
"processor": "SongProcessor"
|
||||||
},
|
},
|
||||||
".xml": {
|
|
||||||
"processor": "FontTextureProcessor"
|
|
||||||
},
|
|
||||||
".png": {
|
".png": {
|
||||||
"processorParams": {
|
"processorParams": {
|
||||||
"TextureFormat": "Compressed"
|
"TextureFormat": "NoChange"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue