Removing mousewheel to up down plugin

This commit is contained in:
David Négrier 2021-05-05 12:15:13 +02:00
parent 10bd073b7d
commit bede7abdd8
4 changed files with 3 additions and 16 deletions

View file

@ -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;