1
0

fix camera speed

This commit is contained in:
2026-03-07 13:11:17 +09:00
parent 78c5811f38
commit d1929396ba

View File

@@ -9,7 +9,7 @@ import { worldState } from './worldState';
// --- Settings ---
const STAGE_ROTATE_SPEED = 0.02; // キャラ周回速度
const STAGE_ROTATE_SPEED = 0.1; // キャラ周回速度
const BREATH_NEAR = 2.5; // カメラ最近距離
const BREATH_FAR = 5.0; // カメラ最遠距離