Removing mousewheel to up down plugin
This commit is contained in:
parent
10bd073b7d
commit
bede7abdd8
4 changed files with 3 additions and 16 deletions
|
@ -2,8 +2,6 @@ import { Direction } from "../../types";
|
|||
import {GameScene} from "../Game/GameScene";
|
||||
import {touchScreenManager} from "../../Touch/TouchScreenManager";
|
||||
import {MobileJoystick} from "../Components/MobileJoystick";
|
||||
import MouseWheelToUpDown from 'phaser3-rex-plugins/plugins/mousewheeltoupdown.js';
|
||||
import {waScaleManager} from "../Services/WaScaleManager";
|
||||
|
||||
interface UserInputManagerDatum {
|
||||
keyInstance: Phaser.Input.Keyboard.Key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue