猫史档案馆


活泼的蓝甲虫7gEg

活泼的蓝甲虫7gEg

Lv.1

获赞:130收藏:12浏览:583作品收藏:7
回复帖子评论
上一页1 页 / 共 3下一页

顶顶顶!残影特效再也不用克隆了! 中回复

水果忍者刀的原理

2022-06-25T18:33:57 点赞:1

代码岛1.0网址 中回复

真的

2022-06-29T10:01:39 点赞:0

【编程猫发展史】旧版本的编程猫!!1.0到4.0 中回复

......

2022-06-29T20:11:57 点赞:0

bcm源码编辑器3/4有限制??? 中回复

我试了试,没有啊

2022-06-29T20:27:42 点赞:0

计时器我恨你! 中回复

有没有这个积木?center_image

2022-06-29T22:01:42 点赞:0

【教程】教你在自己的kitten里面使用自制排行榜(非官方私云排行榜) 中回复

???

2022-06-30T10:21:23 点赞:0

啊这··········· 中回复

卡BUG了

2022-06-30T11:48:30 点赞:0

随机数不够随机?一个算法就搞定! 中回复

数字越中间,几率越大。

2022-06-30T12:06:39 点赞:0

618网络流 氓跟风事件 中回复

我无语了

2022-06-30T12:17:57 点赞:0

天空之城MIDI来了,封不觉你看下行不行? 中回复

666

2022-06-30T13:19:41 点赞:0

【神岛】摘抄一些《编程战》的内容 中回复

???

2022-06-30T13:25:16 点赞:0

语文老师一回头,此地空余黄鹤楼。 数学老师一回头,二次函数对称轴……请看里面: 中回复

print('语文老师一回头,此地空余黄鹤楼。
数学老师一回头,二次函数对称轴。
英语老师一回头,sorry加上三克油。
化学老师一回头,二氧化碳变汽油。
物理老师一回头,一跟杠杆撬地球。
生物老师一回头,试管婴儿水中游。
体育老师一回头,乔丹改打乒乓球。
政治老师一回头,全班同学都梦游。
历史老师一回头,秦始皇出来打酱油。
美术老师一回头,蒙娜丽莎也出现。
全体老师一回头,世界人民没自由!')

2022-06-30T23:06:21 点赞:0

故 逝 结 聋() 中回复

然后编程猫一个喵火流星把戴夫家炸了,戴夫走了。

2022-07-01T11:47:03 点赞:0

故 逝 结 聋() 中回复

然后木叶龙一个木叶飞刀,砍掉了3/2的植物(内含激光豆,冰西瓜投手,玉米加农炮,机枪豌豆,向日葵,猫尾草等)

2022-07-01T12:06:24 点赞:0

看别人在玩接龙,我也玩玩 中回复

17岁,你被炸/喵了

2022-07-03T21:04:31 点赞:0

世界有几呢? 中回复

我的世界地图上没有省界

2022-07-04T13:31:18 点赞:0

怎样设置时间变量 中回复

center_image

2022-07-11T22:45:21 点赞:1

【教程】如何做出攻击代码 中回复

world.onPlayerJoin(({ entity }) => {
    entity.enableDamage = true;
    entity.player.onPress(({ button, raycast:{ hitEntity, direction } }) => {
        if (button !== 'action0' || !hitEntity) {
            return;
        }
        hitEntity.velocity.x += direction.x;
        hitEntity.velocity.y += 0.5;
        hitEntity.velocity.z += direction.z;
        hitEntity.hurt(20 * Math.random() + 5, {
            attacker: entity,
        });
    });
});

world.onDie(({ entity, attacker }) => {
    if (attacker) {
        world.say(attacker.player.name + ' killed ' + entity.player.name)
    }
    entity.player.forceRespawn();
});

2022-07-11T23:01:51 点赞:0

【教程】如何做出攻击代码 中回复

world.onPlayerJoin(({ entity }) => {
    entity.enableDamage = true;
    entity.player.onPress(({ button, raycast:{ hitEntity, direction } }) => {
        if (button !== 'action0' || !hitEntity) {
            return;
        }
        hitEntity.velocity.x += direction.x;
        hitEntity.velocity.y += 0.5;
        hitEntity.velocity.z += direction.z;
        hitEntity.hurt(20 * Math.random() + 5, {
            attacker: entity,
        });
    });
});

world.onDie(({ entity, attacker }) => {
    if (attacker) {
        world.say(attacker.player.name + ' killed ' + entity.player.name)
    }
    entity.player.forceRespawn();
});

2022-07-11T23:03:13 点赞:0

【教程】如何做出攻击代码 中回复

world.onPlayerJoin(({ entity }) => {
    entity.enableDamage = true;
    entity.player.onPress(({ button, raycast:{ hitEntity, direction } }) => {
        if (button !== 'action0' || !hitEntity) {
            return;
        }
        hitEntity.velocity.x += direction.x;
        hitEntity.velocity.y += 0.5;
        hitEntity.velocity.z += direction.z;
        hitEntity.hurt(20 * Math.random() + 5, {
            attacker: entity,
        });
    });
});

world.onDie(({ entity, attacker }) => {
    if (attacker) {
        world.say(attacker.player.name + ' killed ' + entity.player.name)
    }
    entity.player.forceRespawn();
});

2022-07-11T23:03:28 点赞:0

我终于学会f12了 中回复

然后我的电脑爆炸了(开 个 玩 笑)

2022-08-04T11:49:15 点赞:2

圆周率小数点第1000000位 中回复

你是怎么背的,我只能背到3.1415926535897932

2022-08-04T12:47:23 点赞:0

【编程知识】盘点世界上17常见的编程语言 中回复

MC......

2022-08-22T17:07:55 点赞:0

到猫厂参观,不再是传言 中回复

......

2022-08-22T17:53:02 点赞:0

跑酷·跳跃 中回复

center_image

2022-08-22T18:53:51 点赞:0

我认为没有必要的积木2.0 中回复

方便......

2022-08-22T19:57:25 点赞:0

你是否还在为防沉迷玩不了游戏,学会这一招,凌晨2点也能玩了! 中回复

  

2022-08-22T23:04:01 点赞:0

【教程贴】如何创建Java版的MC服务器 中回复

我没看见分配量

2022-08-22T23:37:30 点赞:0

【随机迷宫】啊啊啊! 中回复

顶上去

2022-08-23T00:20:06 点赞:0

谁能找出创建工作室方法? 中回复

额,我小号有15个赞......

2022-08-23T08:33:05 点赞:0