Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
update default to match
Browse files Browse the repository at this point in the history
  • Loading branch information
Crzyrndm committed Jan 19, 2016
1 parent 66d0b2d commit 6b9c302
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added GameData/ProceduralDynamics/Plugins/pWings.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/WingManipulator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class WingManipulator : PartModule, IPartCostModifier, IPartSizeModifier,
public static bool loadedConfig;
public static KeyCode keyTranslation = KeyCode.G;
public static KeyCode keyTipScale = KeyCode.T;
public static KeyCode keyRootScale = KeyCode.R;
public static KeyCode keyRootScale = KeyCode.B; // was r, stock uses r now though
public static float moveSpeed = 5.0f;
public static float scaleSpeed = 0.25f;

Expand Down

0 comments on commit 6b9c302

Please sign in to comment.