Add touchscreen support but still WIP.

This commit is contained in:
LambdAurora
2019-11-27 16:06:16 +01:00
parent e10aaf9f7a
commit eeaf35564a
13 changed files with 468 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@@ -4,8 +4,8 @@
controls = "default"
[hud]
# Dertermines which side is used depending of the main hand.
side = "right_handed"
# Dertermines where the movements buttons are.
side = "left"
# Controller settings
[controller]

View File

@@ -26,7 +26,8 @@
"depends": {
"fabricloader": ">=0.4.0",
"fabric": "*",
"minecraft": "1.14.x"
"minecraft": "1.14.x",
"cotton-client-commands": ">=0.4.2+1.14.3-SNAPSHOT"
},
"suggests": {
"flamingo": "*"

View File

@@ -3,8 +3,10 @@
"package": "me.lambdaurora.lambdacontrols.mixin",
"compatibilityLevel": "JAVA_8",
"client": [
"InGameHudMixin",
"KeyBindingMixin",
"MinecraftClientMixin",
"KeyBindingMixin"
"MouseMixin"
],
"injectors": {
"defaultRequire": 1