|
Merge pull request #203 from rintoHasegawa/refactor/260227_rinto_client
Refactor/260227 rinto client |
|---|
| apps/client/src/scenes/game/GameManager.ts |
|---|
| apps/client/src/scenes/game/GameView.tsx |
|---|
| apps/client/src/scenes/game/application/GameLoop.ts |
|---|
| apps/client/src/scenes/game/application/lifecycle/DisposableRegistry.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/application/loopSteps/BombStep.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/CameraStep.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/InputStep.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/LoopStep.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/application/loopSteps/SimulationStep.ts |
|---|
| apps/client/src/scenes/game/application/orchestrators/GameSceneOrchestrator.ts |
|---|
| apps/client/src/scenes/game/application/presentation/GameUiPresenter.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/application/runtime/GameSceneRuntime.ts |
|---|
| apps/client/src/scenes/game/application/time/TimeProvider.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/application/ui/GameUiStateSyncService.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/hooks/useGameSceneController.ts |
|---|
| apps/client/src/scenes/game/input/GameInputOverlay.tsx |
|---|
| apps/client/src/scenes/game/input/hooks/useCooldownClock.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/styles/GameView.styles.ts 0 → 100644 |
|---|