|
Merge pull request #208 from rintoHasegawa/refactor/260227_rinto_client
refactor: ゲームループと入力処理の構造を改善し、プレイヤーコントローラーの生成を分離 |
|---|
| apps/client/src/scenes/game/application/GameLoop.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/InputStep.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/LoopStep.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/SimulationStep.ts |
|---|
| apps/client/src/scenes/game/application/network/NetworkSubscriptions.ts |
|---|
| apps/client/src/scenes/game/application/network/handlers/PlayerControllerFactory.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/application/network/handlers/PlayerSyncHandler.ts |
|---|
| apps/client/src/scenes/game/application/runtime/GameManagerBootstrapper.ts |
|---|
| apps/client/src/scenes/game/application/runtime/GameSceneRuntime.ts |
|---|
| apps/client/src/scenes/game/input/GameInputOverlay.styles.ts |
|---|
| apps/client/src/scenes/game/input/GameInputOverlay.tsx |
|---|