Skip to content

Commit

Permalink
added keyboard controls for camera step
Browse files Browse the repository at this point in the history
  • Loading branch information
kmillot committed Feb 13, 2024
1 parent 6839949 commit 3dca1e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Data/ControlsConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,11 @@ public void BindTo(VirtualStick stick)
new(Axes.RightTrigger, 0.4f, false),
],
["CameraLeftStep"] = [
new(Keys.Q),
new(Buttons.LeftShoulder),
],
["CameraRightStep"] = [
new(Keys.E),
new(Buttons.RightShoulder),
],
["CameraResetY"] = [
Expand Down

0 comments on commit 3dca1e6

Please sign in to comment.