RE2: add "aim" icon to touchpad

This commit is contained in:
redphx 2024-02-09 08:12:03 +07:00
parent 6a460d2e8f
commit d350a68045
2 changed files with 16 additions and 0 deletions

View File

@ -28,6 +28,14 @@
"input": "axisXY",
"output": "rightJoystick",
"sensitivity": 2
},
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "aim"
}
}
}
}
]

View File

@ -28,6 +28,14 @@
"input": "axisXY",
"output": "rightJoystick",
"sensitivity": 2
},
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "aim"
}
}
}
}
]