Merge pull request #95 from rintoHasegawa/refactor/rinto_260223_client
Refactor/rinto 260223 client
commit 0b72c94eb5b4b428af19ae00b3d44a47fa110a8f
2 parents 655869c + 0260f98
@rintoHasegawa rintoHasegawa authored on 24 Feb
GitHub committed on 24 Feb
Showing 22 changed files
View
apps/client/src/scenes/game/GameInputManager.ts 0 → 100644
View
apps/client/src/scenes/game/GameManager.ts
View
apps/client/src/scenes/game/GameScene.tsx
View
apps/client/src/scenes/game/GameView.tsx 0 → 100644
View
apps/client/src/scenes/game/entities/map/GameMap.ts 100644 → 0
View
apps/client/src/scenes/game/entities/map/GameMapController.ts 0 → 100644
View
apps/client/src/scenes/game/entities/map/GameMapModel.ts 0 → 100644
View
apps/client/src/scenes/game/entities/map/GameMapView.ts 0 → 100644
View
apps/client/src/scenes/game/entities/player/Player.ts 100644 → 0
View
apps/client/src/scenes/game/entities/player/PlayerController.ts 0 → 100644
View
apps/client/src/scenes/game/entities/player/PlayerModel.ts 0 → 100644
View
apps/client/src/scenes/game/entities/player/PlayerView.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/Joystick.tsx 100644 → 0
View
apps/client/src/scenes/game/input/joystick/JoystickInputPresenter.tsx 0 → 100644
View
apps/client/src/scenes/game/input/joystick/JoystickModel.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/JoystickView.tsx
View
apps/client/src/scenes/game/input/joystick/common/index.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/common/joystick.constants.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/common/joystick.types.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/useJoystick.ts 100644 → 0
View
apps/client/src/scenes/game/input/joystick/useJoystickController.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/useJoystickState.ts 0 → 100644