Lv.1
签名:原名:星辰喵印 状态:大作 ccw:https://www.ccw.site/student/62fdf09292deb65528f4ae96 https://im.popoim.com/im/web 逃 避 君 丶 player.codemao.cn/new/ 荣誉: 一新喵 小目标: 被浏览:52077/10W 点赞:2032/5000 收藏:1049/2000 再创作:742/1000 传说:否 首页:1/2
在 【岛3老活新整创作节】官方地图《赤碧城》限时送,报名时间已截止! 中回复
我要报名参赛,地图编辑地址是:https://box3.codemao.cn/e/9fa5ae6aa7a8f0012aff
2021-04-23T19:13:09 点赞:0
在 工作室中有用岛三的人吗?找点人做个地图 中回复
//设置视角
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);2022-05-12T15:33:31 点赞:0