
Lv.1
坚决抵 制盗版作品。
签名:https://bananacake.top/ QQ 2451286214 921441 (2018.9.11-2021.3.12)
在 最新消息 | 《未来机器城》已经来了!你找到属于寄己的机器人了吗? 中回复
“(素材使用时间7月10日-7月21日)”难道表示21号之后素材将永远消失?
2019-07-16T11:51:25 点赞:0
在 【代码岛3.0地图上新!】战争之城,暗藏玄机? 中回复
我在游戏里找到的字:red represents power blud represents wisdom
only the combination of power and wisdom can create a new world,翻译:红色代表力量蓝色代表智慧
只有力量和智慧的结合才能创造一个新世界
2019-12-02T17:20:25 点赞:0
在 【代码岛3.0地图上新!】战争之城,暗藏玄机? 中回复
endless wars are going on the ground,people who love peace built the under orld
which world you choose?love or wars?翻译:无休止的战争正在地面上进行,热爱和平的人们建造了地下世界
你选择哪个世界?爱情还是战争?
2019-12-02T17:29:54 点赞:0
在 【代码岛3.0地图上新!】战争之城,暗藏玄机? 中回复
congrats on discovering the underworld!
red and blue are connected here,翻译:恭喜你发现了喵
红色和蓝色在这里相连!
2019-12-02T17:35:50 点赞:0
在 【SIRI精选】第一期--模拟系统哪家强 中回复
我的CakeOS:https://shequ.codemao.cn/work/33338636
功能多。
2019-12-22T23:00:28 点赞:0
在 【代码岛3.0内测第9弹 - 编程!!】首批编程大师招募! 中回复
………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………???????
2020-01-10T15:44:13 点赞:1
在 这是什么神马东西? 中回复
………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………… ?。。。???。?。?。?。?。??。。?????。?。?。??。?
2020-01-11T15:46:34 点赞:0
在 紧急通知⚠️ 中回复
?。???。??。??????????。What was that???。。。
iPhone?11?Pro?Max?
Is it tasty?
2020-01-13T11:13:00 点赞:0
在 【社区星推荐】第七期·2318008 中回复
world.onChat(({ entity, message }) => {
// 当玩家发送‘我要变大’文字的时候变大到1.5倍,当玩家发送‘我要变小’文字的时候缩小成0.5倍。发送‘我要还原'则恢复
if (entity && entity.isPlayer) {
if (message === '我要变大') {
entity.player.scale = 1.5;
} else if (message === '我要变小') {
entity.player.scale = 0.5;
}else if (message === '我要还原') {
entity.player.scale = 1;
}
}
})2020-01-17T16:30:41 点赞:1