mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Model small wheel and prototype configs
This commit is contained in:
parent
658502a52e
commit
f7798a284e
Binary file not shown.
@ -0,0 +1,35 @@
|
||||
// Patches applying art changes to
|
||||
|
||||
+PART[roverWheel2]
|
||||
{
|
||||
@name = roverWheel2_interim
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Ground/restock-wheel-1
|
||||
}
|
||||
|
||||
!MODULE[FXModuleLookAtConstraint]
|
||||
MODULE
|
||||
{
|
||||
name = FXModuleLookAtConstraint
|
||||
CONSTRAINLOOKFX
|
||||
{
|
||||
targetName = Suspension1
|
||||
rotatorsName = Suspension2
|
||||
}
|
||||
CONSTRAINLOOKFX
|
||||
{
|
||||
targetName = Suspension2
|
||||
rotatorsName = Suspension1
|
||||
}
|
||||
}
|
||||
|
||||
@MODULE[ModuleWheelDamage]
|
||||
{
|
||||
@damagedTransformName = BustedWheel
|
||||
@undamagedTransformName = Wheel
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user