mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Improve variant scheme consistency
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user