mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
8 lines
137 B
INI
8 lines
137 B
INI
|
// Prevent projection onto Waterfall plumes
|
||
|
|
||
|
CONFORMALDECALS:NEEDS[Waterfall] {
|
||
|
SHADERBLACKLIST {
|
||
|
shaderRegex = Waterfall/.*
|
||
|
}
|
||
|
}
|