Skip to content

Commit

Permalink
ProbesPlus_BETA_0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
raveloda committed Feb 8, 2018
1 parent 569aa6c commit 515ec2e
Showing 1 changed file with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,46 @@
}
}
@PART[ca_TRIXIE]:FOR[CoatlAerospace]:NEEDS[TexturesUnlimited]
{
MODULE
{
//standard module name
name = KSPTextureSwitch
//this is the root transform from which the texture set will be applied; allows for models to use multiple texture-switch modules
transformName = foil_Cover
//for recolorable texture sets, this is the name that will be displayed for the 'section' in the GUI
sectionName = Panel Color
TEXTURESET
{
name = Gold
}
TEXTURESET
{
name = GoldFoil
}
TEXTURESET
{
name = Thermal
}
TEXTURESET
{
name = Coatl
}
TEXTURESET
{
name = Silver
}
TEXTURESET
{
name = GoldFoil2
}
}
}
@PART[ca_magneto2]:FOR[CoatlAerospace]:NEEDS[TexturesUnlimited]
{
MODULE
Expand Down

0 comments on commit 515ec2e

Please sign in to comment.