Full gamepad input support

This commit is contained in:
OleSTEEP 2024-01-02 01:05:48 +03:00
parent 23fb61806c
commit 92a093eeea
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ Android port of OMORI RPG game
### TODO ### TODO
- [ ] Options menu fix - [ ] Options menu fix
- [ ] Physical gamepad support - [x] Physical gamepad support
- [ ] replaceAll polyfill - [ ] replaceAll polyfill
- [ ] External saves (Android/data) - [ ] External saves (Android/data)
- [ ] Cordova localhost bug - [ ] Cordova localhost bug

2
package-lock.json generated
View file

@ -278,7 +278,7 @@
}, },
"node_modules/cordova-plugin-gamepad": { "node_modules/cordova-plugin-gamepad": {
"version": "0.3.2", "version": "0.3.2",
"resolved": "git+ssh://git@github.com/OleSTEEP/cordova-plugin-gamepad.git#411ca5aef74d974dbbed5464d6800cbfe5f911c3", "resolved": "git+ssh://git@github.com/OleSTEEP/cordova-plugin-gamepad.git#1ea666b6407edf927b99858021c6b22098b269e5",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },