|
[refactor] GameLoopの構造を整理し、入力処理とシミュレーション処理を新規作成。カメラ制御を分離。
|
|---|
|
|
| apps/client/src/scenes/game/application/GameLoop.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/CameraStep.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/application/loopSteps/InputStep.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/application/loopSteps/SimulationStep.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/hooks/useGameSceneController.ts |
|---|
| packages/shared/src/config/gameConfig.ts |
|---|