猫史档案馆


迷失冷光

迷失冷光

Lv.1

就让这一切从头开始吧

获赞:323收藏:185浏览:9957作品收藏:83

签名:离线中

回复帖子评论
上一页1 页 / 共 15下一页

【国庆怎么玩】和布丁酱一起,玩转代码竞技场! 中回复

emotion_编程猫_溜了溜了

2018-09-30T12:36:59 点赞:0

【代码岛3.0内测第6弹!】探秘故宫!庆祝祖国70周年 中回复

我想要一个Q版喵的皮肤(不化妆)
林思琪贵

2019-10-04T20:07:27 点赞:0

【代码岛3.0内测第9弹 - 编程!!】首批编程大师招募! 中回复

如果这是scratah的话,我就报名了

2020-02-27T12:31:49 点赞:0

【❗️注意】未通过代码岛3.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(2 * Math.random() + 1, {
attacker: entity,
});
});
});

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

附:attacker=me

2020-05-01T20:33:04 点赞:0

【代码岛3.0内测第9弹 - 编程!!】首批编程大师招募! 中回复

找到bug:水不能透过透明方块映入玩家眼帘。

 

2020-05-13T13:05:23 点赞:0

【代码岛3.0内测第9弹 - 编程!!】首批编程大师招募! 中回复

玩家与实体触碰的事件是什么?

 

2020-05-13T21:15:49 点赞:0

各位,你们能背到圆周率后多少位? 中回复

3.1415 9265 3589 7932 3846 2喵3 3832 7950 2884 1971

惭愧

2020-05-15T10:06:31 点赞:0

每日一笑哈哈哈哈哈😂 中回复

怎么了?

 

2020-05-15T10:26:42 点赞:0

招人啦招人啦!! 中回复

挺好看的,但你做古建筑为什么弄栋大楼?

 

2020-05-15T10:29:01 点赞:0

【box3代码教程】 中回复

那如何将开车的或变化的人等还原?

 

2020-05-17T17:43:13 点赞:0

小调查,大佬看这里 中回复

你用了重复执行,下面弄一个就行了。

 

2020-05-17T17:59:26 点赞:0

谁知道建贺熘大厦的代码(在做地图,很着急) 中回复

什么意思

 

2020-05-17T18:00:05 点赞:0

[无字白书] 提示:Ctrl+A 中回复

                    .............                                        ...............                                                                                                           ...........................................................................................                   ...................                         ...........                           ..................................................................................                                   ............................. 看到了吗,这就是黑(白)科技,用来当密文超级好,想知道做法的喵QQ:2979893134

 

2020-05-17T18:00:56 点赞:0

BOX3地图招人呐!主题:霍格沃兹魔法学校 中回复

地图不够大

 

2020-05-25T15:25:35 点赞:0

········· 中回复

截图

 

2020-05-25T20:02:39 点赞:0

box3.0招人啦!! 中回复

我代码

 

2020-05-26T15:15:51 点赞:0

我想要代码岛的代码大全( ) 中回复

你要神魔代码?

 

2020-05-27T14:51:23 点赞:0

组个小队,一起做地图~ 中回复

我要代码

 

2020-06-03T19:42:58 点赞:0

代码岛3.0围棋大赛 - 代码揭秘! 中回复

能读懂意思,字太多,不好发。

2020-06-03T20:12:58 点赞:0

车竟然会飞! 中回复

林思琪贵


world.querySelectorAll('.车').forEach((e)=>{
e.onEntityContact(({entity,other})=>{ 
if(!other.isPlayer){return}
other.mesh=entity.mesh;
other.player.invisible = true;
other.meshOrientation = new Box3Quaternion(0, 1, 0, 0);
other.player.runSpeed = 0.75;
other.player.walkSpeed = 0.75;
other.player.scale =0.2;
other.player.jumpPower = 0;
other.player.canFly = ture;
world.querySelectorAll("player")[0].position.set(123,2,122);
other.player.cameraMode='fps'
console.log('setting camera mode:',entity.player.cameraMode);
});
});

2020-06-04T15:02:03 点赞:0

[box3]技巧分享:如何替换世界中指定的方块? 中回复

好像不行呀!一运行就退出来了

2020-06-05T13:32:44 点赞:0

代码岛3.0合作创造!!! 中回复

这速度阻尼好大

 

2020-06-08T15:36:41 点赞:0

如何制作排行榜? 中回复

排行榜就是比较私有云变量,把它显示出来就可以了。

2020-06-09T20:51:41 点赞:0

吉吉喵必看,代码岛3.0有bug 中回复

你喵是不是P的

2020-06-09T20:53:34 点赞:0

[干货] 如何用粒子特效实现"掉"血特效 中回复

entity.player.directMessage('好厉害')

2020-06-09T21:05:13 点赞:0

代码岛3.0围棋大赛 - 代码揭秘! 中回复

粒子特效呢(白色的那个)

2020-06-14T20:30:36 点赞:0

大神看看怎么回事 中回复

我游戏的代码也坏了

2020-06-20T12:06:43 点赞:0

【代码岛3.0端午更新!】进来赛龙舟! 中回复

代码今天坏了

2020-06-20T12:10:32 点赞:0

【代码岛3.0端午更新!】进来赛龙舟! 中回复

希望能添加背景音乐和音效

2020-06-21T16:57:36 点赞:0

怎么批量给别人金币? 中回复

发作品(空白、很多),别人购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购买购

2020-06-22T20:28:23 点赞:0