Skip to content

Commit

Permalink
fixing pushbutton
Browse files Browse the repository at this point in the history
collider wasn't on kerbal layer  :/
  • Loading branch information
TiktaalikDreaming committed Aug 7, 2020
1 parent 716dce1 commit 869c076
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Binary file modified Props/VintageDials/PushButton.mu
Binary file not shown.
14 changes: 10 additions & 4 deletions Props/VintageDials/Switch.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,15 @@ PROP
}
MODULE
{
name = JSIActionGroupSwitch
animationName = Push
switchTransform = Sphere
actionName = ButtonCutThrottle
name = JSIActionGroupSwitch
animationName = Push
switchTransform = Sphere
actionName = plugin
PLUGINACTION
{
name = JSIInternalRPMButtons
actionMethod = ButtonCutThrottle
stateMethod = ButtonCutThrottleState
}
}
}

0 comments on commit 869c076

Please sign in to comment.