[refactor] JoystickInputLayerをJoystickInputPresenterに置き換え、JoystickControllerを新規作成して入力処理を整理
1 parent 8a140bf commit 6a5b2efaddb2a52dff8e69527a7ae15fb2ff3e2c
@rinto hasegawa rinto hasegawa authored on 24 Feb
Showing 6 changed files
View
apps/client/src/scenes/game/GameView.tsx
View
apps/client/src/scenes/game/input/joystick/JoystickController.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/JoystickCoordinator.tsx 100644 → 0
View
apps/client/src/scenes/game/input/joystick/JoystickInputLayer.tsx 100644 → 0
View
apps/client/src/scenes/game/input/joystick/JoystickInputPresenter.tsx 0 → 100644
View
apps/client/src/scenes/game/input/joystick/common/index.ts