refactor: ゲームループと入力処理の構造を改善し、プレイヤーコントローラーの生成を分離
1 parent 153eef1 commit a16162cb91d7d56f6d36a45a13532f6131c09bd3
@rinto hasegawa rinto hasegawa authored on 27 Feb
Showing 11 changed files
View
apps/client/src/scenes/game/application/GameLoop.ts
View
apps/client/src/scenes/game/application/loopSteps/InputStep.ts
View
apps/client/src/scenes/game/application/loopSteps/LoopStep.ts
View
apps/client/src/scenes/game/application/loopSteps/SimulationStep.ts
View
apps/client/src/scenes/game/application/network/NetworkSubscriptions.ts
View
apps/client/src/scenes/game/application/network/handlers/PlayerControllerFactory.ts 0 → 100644
View
apps/client/src/scenes/game/application/network/handlers/PlayerSyncHandler.ts
View
apps/client/src/scenes/game/application/runtime/GameManagerBootstrapper.ts
View
apps/client/src/scenes/game/application/runtime/GameSceneRuntime.ts
View
apps/client/src/scenes/game/input/GameInputOverlay.styles.ts
View
apps/client/src/scenes/game/input/GameInputOverlay.tsx