|
Merge pull request #93 from rintoHasegawa/refactor/rinto_260223_client
Refactor/rinto 260223 client |
|---|
| apps/client/src/scenes/game/GameManager.ts |
|---|
| apps/client/src/scenes/game/GameMap.ts 100644 → 0 |
|---|
| apps/client/src/scenes/game/GameScene.tsx |
|---|
| apps/client/src/scenes/game/Player.ts 100644 → 0 |
|---|
| apps/client/src/scenes/game/VirtualJoystick.tsx 100644 → 0 |
|---|
| apps/client/src/scenes/game/entities/map/GameMap.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/entities/player/Player.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/Joystick.tsx 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickView.tsx 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/useJoystick.ts 0 → 100644 |
|---|