|
Merge pull request #95 from rintoHasegawa/refactor/rinto_260223_client
Refactor/rinto 260223 client |
|---|
| apps/client/src/scenes/game/GameInputManager.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/GameManager.ts |
|---|
| apps/client/src/scenes/game/GameScene.tsx |
|---|
| apps/client/src/scenes/game/GameView.tsx 0 → 100644 |
|---|
| apps/client/src/scenes/game/entities/map/GameMap.ts 100644 → 0 |
|---|
| apps/client/src/scenes/game/entities/map/GameMapController.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/entities/map/GameMapModel.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/entities/map/GameMapView.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/entities/player/Player.ts 100644 → 0 |
|---|
| apps/client/src/scenes/game/entities/player/PlayerController.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/entities/player/PlayerModel.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/entities/player/PlayerView.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/Joystick.tsx 100644 → 0 |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickInputPresenter.tsx 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickModel.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickView.tsx |
|---|
| apps/client/src/scenes/game/input/joystick/common/index.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/common/joystick.constants.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/common/joystick.types.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/useJoystick.ts 100644 → 0 |
|---|
| apps/client/src/scenes/game/input/joystick/useJoystickController.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/useJoystickState.ts 0 → 100644 |
|---|