Add short Mk2 fusalge normal map

This commit is contained in:
blowfish 2018-12-02 23:25:52 -08:00
parent 9cc2fa36c8
commit 395c61ad35
3 changed files with 26 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,26 @@
// Patches applying art changes to Mk2 Fuselage Parts
// Contents:
// - Mk2 Liquid Fuel Fuselage Short (mk2FuselageShortLiquid)
// - Mk2 Rocket Fuel Fuselage Short (mk2FuselageShortLFO)
// - Mk2 Monopropellant Tank (mk2FuselageShortMono)
@PART[mk2FuselageShortLiquid|mk2FuselageShortLFO|mk2FuselageShortMono]:FOR[Restock]
{
@author = Porkjet and blowfish
MODULE
{
name = ModuleRestockModifyMaterials
MATERIAL
{
shader = KSP/Bumped Specular
TEXTURE_PROPERTY
{
name = _BumpMap
textureUrl = Restock/Assets/FuelTank/restock-fueltank-mk2-short-n
isNormalMap = true
}
}
}
}