fix camera speed
This commit is contained in:
@@ -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; // カメラ最遠距離
|
||||
|
||||
Reference in New Issue
Block a user