Improve variant scheme consistency

This commit is contained in:
Poodmund
2019-11-04 23:57:33 +00:00
parent 6d19b7e060
commit d9f1454524
12 changed files with 286 additions and 280 deletions

View File

@ -62,6 +62,19 @@ PART
name = ModulePartVariants
baseVariant = Metallic
useMultipleDragCubes = false
VARIANT
{
name = Metallic
displayName = #LOC_Restock_variant-surface_metal
themeName = Metal
primaryColor = #6f6e6d
secondaryColor = #6f6e6d
GAMEOBJECTS
{
ConeSphere0625Metal = true
ConeSphere0625White = false
}
}
VARIANT
{
name = BlackAndWhite
@ -75,18 +88,5 @@ PART
ConeSphere0625White = true
}
}
VARIANT
{
name = Metallic
displayName = #LOC_Restock_variant-surface_metal
themeName = Metal
primaryColor = #6f6e6d
secondaryColor = #6f6e6d
GAMEOBJECTS
{
ConeSphere0625Metal = true
ConeSphere0625White = false
}
}
}
}