Change ladders to new parts

This commit is contained in:
ChrisAdderley
2019-06-07 09:49:21 -07:00
parent 3c34809405
commit 47112e152e
6 changed files with 96 additions and 36 deletions

View File

@ -12,43 +12,11 @@
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Utility/restock-ladder-static
model = ReStock/Assets/Utility/restock-ladder-static-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
MODULE
{
name = ModulePartVariants
baseVariant = Small
useMultipleDragCubes = false
VARIANT
{
name = Small
displayName = #autoLOC_8007119
themeName = White
primaryColor = #ffffff
secondaryColor = #ffffff
GAMEOBJECTS
{
StaticLadderSize1 = true
StaticLadderSize2 = false
}
}
VARIANT
{
name = Medium
displayName = #autoLOC_8007122
themeName = BlackAndWhite
primaryColor = #ffffff
secondaryColor = #000000
GAMEOBJECTS
{
StaticLadderSize1 = false
StaticLadderSize2 = true
}
}
}
}
// Small ladder
@ -64,14 +32,14 @@
scale = 1,1,1
rotation = 0, 0, 0
}
@MODULE[RetractableLadder]
{
@ladderAnimationRootName = animationRoot
@ladderColliderName = ladderCollider
@ladderRetractAnimationName = LadderExtend
}
}
// Big ladder
@ -93,4 +61,4 @@
@ladderColliderName = ladderCollider
@ladderRetractAnimationName = LadderLightExtend
}
}
}