mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-22 07:23:30 +01:00
document references
This commit is contained in:
parent
95dba50148
commit
e69aa3e089
2 changed files with 6 additions and 3 deletions
|
@ -59,7 +59,10 @@ If you want to change the way Contentless works, you can use a configuration fil
|
||||||
"TextureFormat": "Compressed"
|
"TextureFormat": "Compressed"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
// A set of content pipeline library references that should optionally be added to the content file, or whose paths should be changed in the content file if they don't match the project's package references
|
||||||
|
// Default: []
|
||||||
|
"references": ["MonoGame.Extended.Content.Pipeline"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
For an example of a config in use, see the [test config](https://github.com/Ellpeck/Contentless/blob/main/Test/Content/Contentless.json).
|
For an example of a config in use, see the [test config](https://github.com/Ellpeck/Contentless/blob/main/Test/Content/Contentless.json).
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"Ex*.png"
|
"Ex*.png"
|
||||||
],
|
],
|
||||||
"logSkipped": true,
|
"logSkipped": true,
|
||||||
"references": ["monogame.extended.content.pipeline"],
|
"references": ["MonoGame.Extended.Content.Pipeline"],
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"Copy.*": {
|
"Copy.*": {
|
||||||
"copy": true
|
"copy": true
|
||||||
|
|
Loading…
Reference in a new issue