[refactor] JoystickコンポーネントをJoystickInputLayerとJoystickCoordinatorに分割し、構造を整理
1 parent b779fd5 commit a6b7c8cc33f1ede75e781609048e638d44a30020
@rinto hasegawa rinto hasegawa authored on 24 Feb
Showing 8 changed files
View
apps/client/src/scenes/game/GameView.tsx
View
apps/client/src/scenes/game/input/joystick/Joystick.tsx 100644 → 0
View
apps/client/src/scenes/game/input/joystick/JoystickCoordinator.tsx 0 → 100644
View
apps/client/src/scenes/game/input/joystick/JoystickInputLayer.tsx 0 → 100644
View
apps/client/src/scenes/game/input/joystick/JoystickView.tsx
View
apps/client/src/scenes/game/input/joystick/joystick.constants.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/joystick.types.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/useJoystick.ts