猫史档案馆


Architect_皮卡awa

Architect_皮卡awa

Lv.1

我披星斩月 我奋不顾身 只为证明 你是个托(

获赞:149收藏:27浏览:1572作品收藏:9
回复帖子评论
上一页17 页 / 共 62下一页

喵成仇? 中回复

emotion_编程猫_紧张sofa

2020-08-24T08:58:45 点赞:0

终于可以发言了!!!可是... 中回复

emotion_编程猫_冷漠

2020-08-24T10:18:21 点赞:1

[FHRbox3]更新!!! 中回复

(求置顶emotion_doge

https://fhraaa.neocities.org/box3%E4%B8%BB%E9%A1%B5/inde.html

2020-08-24T10:59:35 点赞:0

[FHRbox3]更新!!! 中回复

dd

2020-08-24T11:00:01 点赞:0

【故事】瓢虫我也来玩故事接龙 中回复

我吐了emotion_doge

2020-08-24T11:05:00 点赞:0

【代码岛3.0维护公告】服务器维护 中回复

啊!

吉吉喵,刚才又崩了emotion_编程猫_点赞

2020-08-24T12:24:26 点赞:0

【代码岛3.0维护公告】服务器维护 中回复

现在好了吧?不维护了?回个信叭emotion_doge

2020-08-24T12:24:59 点赞:0

屏蔽词!!! 中回复

QJ

2020-08-24T12:25:24 点赞:1

屏蔽词!!! 中回复

QJ

2020-08-24T12:25:41 点赞:1

屏蔽词!!! 中回复

QJ

2020-08-24T12:25:58 点赞:1

屏蔽词!!! 中回复

QJ

2020-08-24T12:26:08 点赞:1

大家看,我的公寓完工! 中回复

emotion_编程猫_点赞

2020-08-24T12:41:00 点赞:0

猴急的plane biubiubiu音乐 中回复

emotion_编程猫_紧张

2020-08-24T12:41:25 点赞:1

招人设啦~qwq 中回复

姓名:江辞

性别:男

年龄:14

职业(小孩子的话填学生好啦):初中生

性格:冷酷,内心热情

外貌(可放图):center_image

身世:无(雾)

与主角的关系:主角哥哥(雾)

备注:忽冷忽热emotion_编程猫_厉害了

2020-08-24T12:52:36 点赞:0

【水】改楼下的名字 中回复

12345

2020-08-24T12:57:15 点赞:0

招人设啦~qwq 中回复

center_image

是这个吧

2020-08-24T12:59:12 点赞:0

招人设啦~qwq 中回复

找个名字不错哒awaemotion_doge

2020-08-24T13:00:50 点赞:0

招人设啦~qwq 中回复

咳咳

张黛雪 emotion_doge(小雪 emotion_doge

2020-08-24T13:04:34 点赞:0

招人设啦~qwq 中回复

元兽:啪啪(好奇怪emotion_doge

性别:男

性格:阳光

等级:二品

外貌:

 

身世:无

备注:拥有所有属性,不到万不得已不可以激发

2020-08-24T13:11:12 点赞:0

招人设啦~qwq 中回复

元兽外貌是

center_image

2020-08-24T13:11:49 点赞:0

吉吉喵,移动端代码岛3.0!看一下! 中回复

那不是吉吉猫的问题,那是你的设备速度慢emotion_编程猫_翻白眼

2020-08-24T13:19:55 点赞:0

有人有3.0创作权限吗? 中回复

我送你图吧

2020-08-24T15:22:56 点赞:0

有人有3.0创作权限吗? 中回复

https://box3create.codemao.cn/games/9a2e009258c0c3c82a86

2020-08-24T15:24:24 点赞:0

3.0里的对话框和电梯怎么做 中回复

emotion_编程猫_翻白眼

2020-08-24T15:26:43 点赞:0

3.0里的对话框和电梯怎么做 中回复

//玩家进入地图时,一个简单的欢迎对话
world.onPlayerJoin(asy喵 ({ entity }) => {
    sceneScript = [ 
        {
            type: Box3DialogType.TEXT, //对话类型是纯文本
            title: '吉吉喵', //说话人的名字
            content: `欢迎来到代码岛3.0内测更新第15弹!`,//说话内容
            titleBackgroundColor: new Box3RGBAColor(0.968, 0.702, 0.392, 1), // 标题背景颜色。
            hasArrow: true,//开启箭头效果
        },
        {
            type: Box3DialogType.SELECT,//对话类型是选项
            title: '吉吉喵',
            content: '你喜欢这次更新吗?',
            options: ['喜欢', '很喜欢','喵喜欢'],
            titleBackgroundColor: new Box3RGBAColor(0.968, 0.702, 0.392, 1), // 标题背景颜色。
        },
        {
            title: '吉吉喵',
            type: Box3DialogType.INPUT, //对话类型是输入框
            content: `最喜欢哪个功能?`,
            titleBackgroundColor: new Box3RGBAColor(0.968, 0.702, 0.392, 1), // 标题背景颜色。
            placeholder: '当然是...', // 输入框背景上的提示文字。
            confirmText: '就是它了!'
        },
    ];

    for (i=0; i < sceneScript.length; i++){
        const dialog = await entity.player.dialog(sceneScript[i]);//按顺序唤起对话
    }    
});

2020-08-24T15:27:04 点赞:0

有人有3.0创作权限吗? 中回复

送你的图

https://box3create.codemao.cn/games/9a2e009258c0c3c82a86

2020-08-24T15:30:24 点赞:0

岛三招人辣! 中回复

重点,是链接没有emotion_doge

2020-08-24T17:15:39 点赞:0

问大佬代码 中回复

改成async

2020-08-24T18:33:49 点赞:0

()扒一扒代码岛的前世今生 中回复

emotion_dogeemotion_dogeemotion_dogeemotion_dogeemotion_doge

2020-08-24T19:06:50 点赞:0

【小测试】你的关注数 中回复

好巧

我是21-21=0emotion_doge

2020-08-24T19:54:29 点赞:0