
Lv.1
在 岛上的SQL有数量限制吗? 中回复
最近想做一个跟美味厨房相近的游戏,sql表格到了第七个变量的时候就不能用了,是不是SQL表格只能用六个变量,
而美味厨房用的蔬菜,就相当于背包
2022-04-09T23:07:43 点赞:0
在 绷不住了(哈哈哈) 中回复
能来-下这个地图,修Bug吗?https://box3.codemao.cn/e/29c98a23747e9847e9b8
2022-04-10T10:00:38 点赞:0
在 招人了 《武斗大陆》 中回复
imgsrc="https://static.cod喵/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E5%8A%A0%E6%B2%B9.gif"alt="emotion_编程猫_加油"
2022-05-20T19:38:15 点赞:0
在 降维代码简单化(不存在抄袭) 中回复
world.onPlayerJoin(({ entity }) => { const x = entity.player.x entity.player.cameraMode = Box3CameraMode.RELATIVE entity.player.cameraPosition = new Box3Vector3(x,12,18 ) });
2022-05-21T16:48:26 点赞:0
在 降维代码简单化(不存在抄袭) 中回复
world.onPlayerJoin(({ entity }) => {
const x = entity.player.x
entity.player.cameraMode = Box3CameraMode.RELATIVE
entity.player.cameraPosition = new Box3Vector3(x,12,18 )
})
2022-05-21T16:56:31 点赞:0