mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
qqqq
This commit is contained in:
@@ -66,7 +66,7 @@ export default class GNormalModeBase<T,DT> extends GDefaultMode<T,DT>{
|
||||
//调整相机
|
||||
this.camera.enabled = true;
|
||||
let camreaPos = this.camera.node.worldPosition;
|
||||
this.camera.node.worldPosition = v3(0,450,camreaPos.z)
|
||||
this.camera.node.worldPosition = v3(0,400,camreaPos.z)
|
||||
}
|
||||
|
||||
//获取配置
|
||||
|
Reference in New Issue
Block a user