1
0
forked from Clones/Controlify

🎮📳 Controller Vibration! (#38)

This commit is contained in:
Xander
2023-04-04 17:17:01 +01:00
committed by GitHub
parent 2bf7cf4792
commit ebbc549e32
32 changed files with 686 additions and 42 deletions

View File

@ -40,9 +40,9 @@ public class JoystickHatBind implements IBind<JoystickState> {
else if (hatState.isDown())
direction = "down";
else if (hatState.isLeft())
direction = "left";
direction = "strong";
else if (hatState.isRight())
direction = "right";
direction = "weak";
var texture = new ResourceLocation("controlify", "textures/gui/joystick/" + type + "/hat" + button + "_" + direction + ".png");