Test fairing shader swap

This commit is contained in:
Chris Adderley
2019-01-12 21:58:55 -08:00
parent b0e645a094
commit d76dfa6d96
4 changed files with 23 additions and 5 deletions

View File

@ -116,6 +116,28 @@
}
}
}
MODULE
{
name = ModuleRestockModifyFairingMaterials
shader = KSP/Bumped Specular
COLOR_PROPERTY
{
name = _Color
color = 1.0, 1.0, 1.0
}
COLOR_PROPERTY
{
name = _SpecColor
color = 1.0, 1.0, 1.0
}
FLOAT_PROPERTY
{
name = _Shininess
value = 0.3
}
}
}