Closed jparez closed 2 months ago
replace the key named keys to 'key' for tap and swipe in the json config
update json keymapping config.
TYPE:[{ keys: { p: { initialX: 50, initialY: 50, }, } name:'Fire' }],
to
dPad:[{ keys: { key: 'p', effect: { initialX: 50, initialY: 50, }, } name:'Fire' }], tap:[{ key: 'p', effect: { initialX: 50, initialY: 50, }, name:'Fire' }],
Description
replace the key named keys to 'key' for tap and swipe in the json config
update json keymapping config.
to