用户:
暴走的狗鱼查看:1 回复:4 评论:1 创建时间:2023-01-19T14:33:51
速建这玩意我喵的学不来
名探酱//呃呃呃你可以看下API……不过先给你吧
//大地图版
for(let x=0; x<127; x++){
for(let z=0; z<127; z++){
voxels.setVoxel(x, 8, z, 'water')
}}
//超大地图版
for(let x=0; x<255; x++){
for(let z=0; z<255; z++){
voxels.setVoxel(x, 8, z, 'water')
}}点赞0
评论
龙皇斗罗士兵连连长for(let x=0; x<127; x++){ for(let z=0; z<127; z++){ voxels.setVoxel(x, 8, z, 'water') }} 或 for(let x=0; x<256; x++){ for(let z=0; z<256; z++){ voxels.setVoxel(x, 8, z, 'water') }}
点赞0
评论