mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-21 23:13:29 +01:00
some cleanup
This commit is contained in:
parent
0b1d0d16eb
commit
12457e4145
4 changed files with 11 additions and 5 deletions
|
@ -16,10 +16,13 @@ Contentless will now automatically add any content files from your `Content` dir
|
|||
To add a configuration file to Contentless, simply create a file named `Contentless.json` in the same directory as your `Content.mgcb` file. You can use the config to change several options. For reference, here is a configuration file with the default values that are used if no config is supplied:
|
||||
```json
|
||||
{
|
||||
// The list of files that should be excluded. Can use regex
|
||||
"exclude": [
|
||||
"obj/",
|
||||
"bin/"
|
||||
],
|
||||
// If any files that were skipped without errors should be logged
|
||||
// (Files that already have entries or files that were ignored)
|
||||
"logSkipped": true
|
||||
}
|
||||
```
|
||||
|
|
|
@ -64,3 +64,8 @@
|
|||
/importer:TiledMapTilesetImporter
|
||||
/processor:TiledMapTilesetProcessor
|
||||
/build:Tiled/Tileset.tsx
|
||||
#begin Copy/Test.json
|
||||
/importer:TexturePackerJsonImporter
|
||||
/processor:TexturePackerProcessor
|
||||
/build:Copy/Test.json
|
||||
|
||||
|
|
3
Test/Content/Copy/Test.json
Normal file
3
Test/Content/Copy/Test.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
|
||||
}
|
|
@ -8,9 +8,4 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="MonoGame.Extended.Content.Pipeline" Version="3.7.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<TypeScriptCompile Include="Content\Tiled\Tileset.tsx" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue