猫史档案馆


Dianfenghh

Dianfenghh

Lv.1

QQ 1194383065 微信wxid_m9zb2dwyrj8422

获赞:1065收藏:904浏览:78595作品收藏:983
回复帖子评论
上一页1 页 / 共 1下一页

【kitten4.0反馈】遇到问题不要怕,技术喵来帮你忙! 中回复

为什么我视频资源明明显视了而且积木块也对,却点击开始却只播放视频声音不显视视频

center_image

2021-01-21T17:46:51 点赞:0

【kitten4.0反馈】遇到问题不要怕,技术喵来帮你忙! 中回复

为什么保存不了center_image

2021-02-09T18:49:13 点赞:0

【社区功能反馈】用心倾听,用头发发电!(2026更新版) 中回复

为什么我的chrome突然全部网站崩溃

2021-02-10T20:00:37 点赞:0

【kitten4.0反馈】遇到问题不要怕,技术喵来帮你忙! 中回复

我点击开始为什么输入密码后不会文字印章,有的时候刚出现就没了center_image

2021-02-11T17:08:35 点赞:0

https://static.codemao.cn/emoji/codemao/%E7%BC%96% 中回复

400  bad 是怎么回事

2021-02-13T20:21:13 点赞:0

https://static.codemao.cn/emoji/codemao/%E7%BC%96% 中回复

center_image

2021-02-13T20:24:43 点赞:0

【kitten4.0反馈】遇到问题不要怕,技术喵来帮你忙! 中回复

为什么这两块积木可以拼在一起,有什么意思?center_image

2021-02-14T16:56:32 点赞:0

【kitten4.0反馈】遇到问题不要怕,技术喵来帮你忙! 中回复

为什么这个积木只在第1屏幕有用,第二屏幕没用center_image

2021-02-18T15:35:26 点赞:0

【技术喵】关于电脑客户端的安装问题 中回复

我windows7,竟然安装成功并可以正常打开?center_imagecenter_imagecenter_image

2021-02-20T18:46:44 点赞:0

windows7,8变windows10 中回复

emotion_雷电猴_哇噻

2021-02-22T18:08:12 点赞:0

windows7,8变windows10 中回复

center_image这个板本可以更新吗

2021-02-22T18:12:23 点赞:1

看看我的做品 中回复

这是我最差的一个作品了

2021-02-25T17:33:57 点赞:0

【kitten4.0反馈】遇到问题不要怕,技术喵来帮你忙! 中回复

一直无法加入这个GIFcenter_image

2021-02-28T14:09:13 点赞:0

【kitten4.0反馈】遇到问题不要怕,技术喵来帮你忙! 中回复

在画版中填加文字center_image

再次打开就成这样了center_image

2021-06-27T13:26:54 点赞:0

代码岛3.0怎么进不去 中回复

刚刚能进去,玩了玩鱿鱼游戏,重新加载就进不去了

 

2021-11-21T15:18:38 点赞:0

代码岛3.0怎么进不去 中回复

进去了

 

2021-11-21T15:20:40 点赞:0

代码岛3.0怎么进不去 中回复

如果不崩,我差点就吃鸡了imgsrc="http://img.t.sinajs.cn/t4/appstyle/expression/ext/normal/9d/sada_thumb.gif"alt="emotion_泪"imgsrc="http://img.t.sinajs.cn/t4/appstyle/expression/ext/normal/9d/sada_thumb.gif"alt="emotion_泪"

2021-11-21T15:31:10 点赞:0

【求助】喵后,无法返回“复活点” 中回复

const respawnPoint = world.querySelector(`#存档点`)

 

world.onVoxelContact(({entity, voxel})=> {     const voxelName = voxels.name(voxel);     if (voxelName === 'lava02'){

 

        entity.hurt(100)     } })

 

for (const e of world.querySelectorAll('*')) {     if (e.id.startsWith('存档点')) {         e.collides = true          e.fixed = true 

 

        e.onEntityContact(({ other }) => {              if (other.isPlayer) {                  if (e.position !== other.player.spawnPoint) {                      other.player.directMessage('到达新的重生点')                      other.player.spawnPoint = e.position                  }             }         })     } }

 

world.onPlayerJoin(({ entity }) => {     entity.onFluidEnter(() => {         entity.position.copy(entity.player.spawnPoint)         entity.position.y += 4     }) })

 

world.onPlayerJoin(({ entity }) => {     entity.enableDamage = true     entity.onDie(() => {

 

        entity.player.forceRespawn()     }) })

2021-12-19T15:59:39 点赞:0

【求助】喵后,无法返回“复活点” 中回复

#存档点 哪里把存档点改为你存档点模型的名字

2021-12-19T16:01:25 点赞:0

【求助】喵后,无法返回“复活点” 中回复

1:

center_image

2021-12-19T16:06:39 点赞:0

【求助】喵后,无法返回“复活点” 中回复

2:

center_image

2021-12-19T16:07:42 点赞:0

【求助】喵后,无法返回“复活点” 中回复

TypeError. Cannot read property 'position' of null

类型错误。无法读取空的属性“位置”

2021-12-19T16:09:00 点赞:0

【求助】喵后,无法返回“复活点” 中回复

实在不行从这里搬运: https://box3.codemao.cn/e/f9ca18910c4c8c00598f?p=ETlFQWJki4hHMTIDypejY0q8xVxB5S9ukR2PsgX88CA7u7pzfdLwEx

2021-12-19T16:16:41 点赞:1

【求助】喵后,无法返回“复活点” 中回复

https://www.bilibili.com/video/BV17f4y1x7qB?spm_id_from=333.999.0.0

2021-12-19T16:35:44 点赞:0