[refactor] GameLoopの構造を整理し、入力処理とシミュレーション処理を新規作成。カメラ制御を分離。
1 parent 5e59c83 commit 962ad9f26e9668d596b1f1b7102619b6c3a50e30
@rinto hasegawa rinto hasegawa authored on 24 Feb
Showing 6 changed files
View
apps/client/src/scenes/game/application/GameLoop.ts
View
apps/client/src/scenes/game/application/loopSteps/CameraStep.ts 0 → 100644
View
apps/client/src/scenes/game/application/loopSteps/InputStep.ts 0 → 100644
View
apps/client/src/scenes/game/application/loopSteps/SimulationStep.ts 0 → 100644
View
apps/client/src/scenes/game/hooks/useGameSceneController.ts
View
packages/shared/src/config/gameConfig.ts