mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Andrew Cassidy
3cd229bc23
• Add support for regex shader blacklisting • Re-allow projecting onto transparentFX
8 lines
137 B
INI
8 lines
137 B
INI
// Prevent projection onto Waterfall plumes
|
|
|
|
CONFORMALDECALS:NEEDS[Waterfall] {
|
|
SHADERBLACKLIST {
|
|
shaderRegex = Waterfall/.*
|
|
}
|
|
}
|