mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
17 lines
418 B
INI
17 lines
418 B
INI
// Decals are just paint, so they shouldnt affect a vessel's aerodynamics at all
|
|
|
|
@PART[*]:HAS[@MODULE[ModuleConformalDecal]]:After[FerramAerospaceResearch]
|
|
{
|
|
!MODULE[GeometryPartModule] {}
|
|
}
|
|
|
|
@PART[*]:HAS[@MODULE[ModuleConformalFlag]]:After[FerramAerospaceResearch]
|
|
{
|
|
!MODULE[GeometryPartModule] {}
|
|
}
|
|
|
|
@PART[*]:HAS[@MODULE[ModuleConformalText]]:After[FerramAerospaceResearch]
|
|
{
|
|
|
|
!MODULE[GeometryPartModule] {}
|
|
} |