Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Update controls (yipee) #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public class VanillaGameplayActionSet extends ActionSet {
public final HapticAction leftHaptic = new HapticAction("left_haptic");
public final HapticAction rightHaptic = new HapticAction("right_haptic");


// public final MultiHapticAction haptics = new MultiHapticAction("haptics", new String[]{"/user/hand/left", "/user/hand/right"});

public boolean turnActivated = false;
Expand Down Expand Up @@ -111,16 +110,15 @@ public void getDefaultBindings(HashMap<String, List<Pair<Action, String>>> map)
new Pair<>(hotbarRight, "/user/hand/right/input/squeeze/value"),
new Pair<>(hotbarLeft, "/user/hand/left/input/squeeze/value"),
// new Pair<>(hotbar, "/user/hand/right/input/thumbstick/y"),

// new Pair<>(sneakAnalog, "/user/hand/right/input/thumbstick/y"),
// new Pair<>(sprintAnalog, "/user/hand/right/input/thumbstick/y"),
new Pair<>(turn, "/user/hand/right/input/thumbstick/x"),
new Pair<>(inventory, "/user/hand/left/input/y/click"),
new Pair<>(jump, "/user/hand/right/input/a/click"),

// new Pair<>(sprint, "/user/hand/left/input/thumbstick/click"),
new Pair<>(sneakAnalog, "/user/hand/right/input/thumbstick/y"),
new Pair<>(sprintAnalog, "/user/hand/right/input/thumbstick/y"),
new Pair<>(swapHands, "/user/hand/left/input/thumbstick/click"),
// new Pair<>(sneak, "/user/hand/right/input/thumbstick/click"),
new Pair<>(sprint, "/user/hand/left/input/thumbstick/click"),
new Pair<>(sneak, "/user/hand/right/input/thumbstick/click"),
// new Pair<>(swapHands, "/user/hand/left/input/thumbstick/click"),
new Pair<>(quickmenu, "/user/hand/right/input/b/click"),
new Pair<>(menu, "/user/hand/left/input/menu/click"),
new Pair<>(teleport, "/user/hand/left/input/x/click"),
Expand Down