
Lv.1
一个住在box3的屑一勺小汤,已经退岛退喵
在 [教程]平板借助eruda获取拥有/合作的地图创作端直链并进入 2023.11.15 中回复
谢了
吉吉喵这么搞不知道意义何在
本来box移动端住民都很少Pro创作(很难触屏用),移动端一直没做,现在还封锁入口
2023-11-26T07:32:38 点赞:1
在 老表情包. 中回复
const npc2 = world.querySelector('#机器人');
npc2.enableInteract = true; // 允许进行互动
npc2.interactRadius = 2; // 实体的互动范围
npc2.interactHint = npc2.id; // 互动提示框显示实体的名称
npc2.interactColor = new GameRGBColor(0 ,101, 255); // 互动提示的文字颜色
npc2.onInteract(async({entity}) => {
const result = await entity.player.dialog({
type: GameDialogType.TEXT, // 对话框的类型,TEXT是文本框。
title: npc2.id, // 对话框标题为NPC名字,表示正
content: `欢迎来到新一站:冬天!快开始跑酷吧!`,
});
});2023-11-26T16:45:28 点赞:0
在 各位老岛民们,还记得这个皮肤吗 中回复
老皮肤了 以前在月球大战看到用这个皮肤很羡慕,但是现在新岛根本见不到了 有那个皮肤的已经基本上退了imgsrc="https://static.cod喵/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E6%90%93%E5%A4%B4.gif"alt="emotion_编程猫_搓头"
2024-03-23T21:26:14 点赞:0