猫史档案馆


我的破名一共有十个字

我的破名一共有十个字

Lv.1

本人长时间待在神岛,不过有时间也会看看猫站的情况

获赞:39收藏:2浏览:291作品收藏:13
回复帖子评论
上一页1 页 / 共 2下一页

有人能打出“玊”吗? 中回复

玊,打出来了

 

2020-07-02T13:27:55 点赞:0

有人能打出“玊”吗? 中回复

玊(sù)

2022-01-24T10:49:46 点赞:0

震惊!一吉的著名图哈哈农场SQL出现了bug! 中回复

 

2022-01-27T12:52:47 点赞:0

【紧急求助】有哪位大佬帮忙看一下哪里出了问题 中回复

world.createEntity({     mesh:'mesh/树1.vb',     position :[3,13.28,7] ,     meshScale:[1/16,1/16,1/16] })

2022-01-30T19:21:28 点赞:0

笑喵,现在居然还有人传这玩意!而且还在神岛分区 中回复

我第一次看到时差点回复了一句类似的,幸亏他被封号

2022-01-31T19:29:16 点赞:0

box3如何实现模型交互的效果(回赞.收藏] 中回复

//先在场景中放置一个名称为NPC的实体。 constnpc=world.querySelector('#NPC'); npc.enableInteract=true;//允许进行互动 npc.interactRadius=16;//实体的互动范围 npc.interactHint=npc.id;//互动提示框显示实体的名称 npc.interactColor=newBox3RGBColor(1,1,1);//互动提示的文字颜色 //玩家与实体进行交互时触发 npc.onInteract(async({entity})=>{ constresult=awaitentity.player.dialog({ type:Box3DialogType.TEXT,//对话框的类型,TEXT是文本框。 title:npc.id,//对话框标题为NPC名字,表示正在说话的是NPC lookEye:entity,//将相机放在玩家位置 lookTarget:npc,//相机镜头对准NPC content:`你好,${entity.player.name},很高兴认识你。`, }); }); https://docs.box3.codemao.cn/box3dialogcall.html

2022-02-08T09:49:56 点赞:0

有人吗?进地图帮帮忙 中回复

这个是干什么的

2022-02-08T14:51:09 点赞:0

【代码岛3内测第15弹!重磅登场!】对话框!地图模板!七大更新 中回复

imgsrc="https://static.cod喵/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E7%82%B9%E8%B5%9E.gif"alt="emotion_编程猫_点赞"imgsrc="https://static.cod喵/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E7%82%B9%E8%B5%9E.gif"alt="emotion_编程猫_点赞"

2022-02-22T10:08:10 点赞:0

地图创作。 中回复

eee

2022-02-24T09:56:32 点赞:0

哈哈农场农产品价格(实用帖) 中回复

imgsrc="https://static.codemao.cn/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E7%82%B9%E8%B5%9E.gif"alt="emotion_编程猫_点赞"

2022-02-24T10:26:13 点赞:0

【岛三工具】齐活!懒癌福音之SQL生成器!只用写一次字段就可以完成SQL的工具! 中回复

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-02-27T10:07:06 点赞:0

找师傅啦!!! 中回复

我觉得我是可以的

2022-07-17T09:27:34 点赞:0

招人啦,岛三! 中回复

申请了

2022-08-16T14:51:07 点赞:0

本人想找一个靠谱的师傅,学API,学岛三建筑 中回复

找师傅是吧,我来

2022-08-18T12:41:57 点赞:0

小游戏: 把你楼下的用户名的首字母用输入法打出,会是什么样的? 中回复

在下面(原:郑小猪),我的输入法很懂我的想法

2022-08-25T19:43:25 点赞:0

虚空跑酷的弹跳如何解决 中回复

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(async ({ entity }) => {
    while (true) {
        await sleep(喵);
        if (entity.position.y <= -5) {//‘-5’是跳入虚空的高度,可以改
            entity.position.copy(entity.player.spawnPoint)//回到存档点
            entity.position.y += 4
        }
    }
})

2022-08-31T14:27:29 点赞:1

【整活】真随机 中回复

3  

2022-10-04T14:48:40 点赞:0

怎么隐身啊 中回复

world.onPlayerJoin(({ entity }) => {//玩家进入地图后
    entity.player.invisible = true;// 让玩家隐形
})


entity.player.invisible = true;//这个就是加在你写的代码中就可以了

 

2022-10-06T15:57:58 点赞:0

【教程】快速建筑教程 中回复

挖坟

2022-10-06T16:13:43 点赞:0

苏维埃德意志工作室正在招人(待遇极优,新手大佬都能来,我不会辜负大家的才华的)!!! 中回复

我来行吗

2022-10-09T12:33:53 点赞:0

关于神奇代码岛支持骂人 中回复

center_image

2022-11-02T08:47:51 点赞:7

发现页面怎么没有搜索栏了? 中回复

https://shequ.codemao.cn/discover?keyword=‘搜索内容’ 这样就行了

2022-11-05T14:03:01 点赞:0

python 中回复

11111111111111111111111111111111111

2022-11-05T15:11:01 点赞:1

python第一章1.1 中回复

#我来完成作业了
print('hello world')#超量完成点作业

2022-11-05T16:16:23 点赞:0

python1.2变量 中回复

#我又来了写作业了
#为一个变量赋值
a = 1
#为多个变量赋值
b,c = 1,2

2022-11-05T16:30:05 点赞:0

python1.3(某些同学想显摆那我问你tkinter有什么用你会吗,没实力就别吹) 中回复

int(13.2)
float(13)

2022-11-05T16:52:53 点赞:0

啊啊,在岛三怎么做跑酷代码啊,救救孩子吧。。。。。 中回复

我来全面的给你讲讲,怎样?

(反正我闲着也是闲着)

2022-11-05T17:38:11 点赞:0

python1.5.2 中回复

将数转换为字符串的是str()吧

2022-11-06T12:12:37 点赞:0

python1.5.2 中回复

1  

2022-11-06T12:14:39 点赞:0

c - -(嘿嘿) 中回复

11

2022-11-06T17:06:34 点赞:0