put the virtual joystick into the userInputManager and restricted it to touchscreens
This commit is contained in:
parent
d7a74baa9d
commit
56287a2958
5 changed files with 54 additions and 40 deletions
6
front/src/rex-plugins.d.ts
vendored
6
front/src/rex-plugins.d.ts
vendored
|
@ -1,12 +1,12 @@
|
|||
|
||||
declare module 'phaser3-rex-plugins/plugins/virtualjoystick.js' {
|
||||
const content: any;
|
||||
const content: any; // eslint-disable-line
|
||||
export default content;
|
||||
}
|
||||
declare module 'phaser3-rex-plugins/plugins/gestures-plugin.js' {
|
||||
const content: any;
|
||||
const content: any; // eslint-disable-line
|
||||
export default content;
|
||||
}
|
||||
declare module 'phaser3-rex-plugins/plugins/gestures.js' {
|
||||
export const Pinch: any;
|
||||
export const Pinch: any; // eslint-disable-line
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue