Skip to content

Commit

Permalink
Fix the wriggly struts
Browse files Browse the repository at this point in the history
  • Loading branch information
al2me6 committed Aug 19, 2023
1 parent a644415 commit 11ed389
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions GameData/ROEngines/PartConfigs/G1_Al2Me6.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -79,26 +79,26 @@ PART

MODULE
{
name = FXModuleLookAtConstraint
CONSTRAINLOOKFX
name = ROLModelConstraint
LOOK_CONST
{
targetName = actuator_upper_0
rotatorsName = actuator_lower_0
transformName = actuator_lower_0
}
CONSTRAINLOOKFX
LOOK_CONST
{
targetName = actuator_lower_0
rotatorsName = actuator_upper_0
transformName = actuator_upper_0
}
CONSTRAINLOOKFX
LOOK_CONST
{
targetName = actuator_upper_1
rotatorsName = actuator_lower_1
transformName = actuator_lower_1
}
CONSTRAINLOOKFX
LOOK_CONST
{
targetName = actuator_lower_1
rotatorsName = actuator_upper_1
transformName = actuator_upper_1
}
}

Expand Down

0 comments on commit 11ed389

Please sign in to comment.