用户:
逃避君丶查看:15 回复:6 评论:15 创建时间:2022-05-10T09:56:36
https://shequ.codemao.cn/work/141867575
//设置视角
entity.player.cameraMode = "relative"
entity.player.cameraTarget.y = 1
entity.player.cameraPosition.set(/*114514,114514,114514*/)//随便调,代表从xyz方向往你那里看
//禁用WS
entity.player.disableInputDirection = Box3InputDirection.VERTICAL;
entity.player.swapInputDirection = true
//防止移动出错
entity.player.freezedForwardDirection = new Box3Vector3(1, 0, 0);点赞0
评论