
Lv.1
-神射手工作室-上初中了,没时间玩编程猫了,暂退
在 Nemo3.0即将上线!超多作品推荐位等你抢占!投稿还有丰富周边奖品~~ 中回复
魔术喵!快看看我的作品!!!https://nemo.codemao.cn/work_detail/46387363!!!
2020-04-21T20:41:16 点赞:1
在 Nemo3.0即将上线!超多作品推荐位等你抢占!投稿还有丰富周边奖品~~ 中回复
魔术喵!快看看我的作品!!!https://nemo.codemao.cn/work_detail/46387363!!!
2020-04-21T20:43:00 点赞:1
在 (获奖名单见评论区置顶)【六一活动】经典怀旧创作,参与100%有奖 中回复
做完了!希望官方能选我! https://nemo.codemao.cn/work_detail/49294451 !
https://nemo.codemao.cn/work_detail/49294451
2020-05-23T16:13:44 点赞:0
在 (获奖名单见评论区置顶)【六一活动】经典怀旧创作,参与100%有奖 中回复
快看看我的作品!!!!!!
快看看https://nemo.codemao.cn/work_detail/49519770
https://nemo.codemao.cn/work_detail/49519770
https://nemo.codemao.cn/work_detail/49519770
https://nemo.codemao.cn/work_detail/49519770
2020-05-27T19:15:36 点赞:1
在 (获奖名单见评论区置顶)【六一活动】经典怀旧创作,参与100%有奖 中回复
https://nemo.codemao.cn/work_detail/495197702020-05-27T19:16:23 点赞:1
在 (获奖名单见评论区置顶)【六一活动】经典怀旧创作,参与100%有奖 中回复
快看看!!!!!!!!!!!!!!!!!!!
https://nemo.codemao.cn/work_detail/49519770!
https://nemo.codemao.cn/work_detail/49519770
https://nemo.codemao.cn/work_detail/49519770https://nemo.codemao.cn/work_detail/49519770https://nemo.codemao.cn/work_detail/49519770https://nemo.codemao.cn/work_detail/49519770https://nemo.codemao.cn/work_detail/49519770
2020-05-28T18:23:13 点赞:1
在 (获奖名单见评论区置顶)【六一活动】经典怀旧创作,参与100%有奖 中回复
快看看!!!
https://nemo.codemao.cn/work_detail/49519770!
https://nemo.codemao.cn/work_detail/49519770
2020-05-28T18:24:22 点赞:1
在 (获奖名单见评论区置顶)【六一活动】经典怀旧创作,参与100%有奖 中回复
星能猫!阿尔法!快看看我的作品
https://nemo.codemao.cn/work_detail/49519770
https://nemo.codemao.cn/work_detail/49519770
2020-05-28T20:35:43 点赞:1
在 (获奖名单见评论区置顶)【六一活动】经典怀旧创作,参与100%有奖 中回复
https://nemo.codemao.cn/work_detail/49519770
2020-05-28T20:36:36 点赞:1
在 (获奖名单见评论区置顶)【六一活动】来时光游乐园玩游戏、寻线索、找宝藏! 中回复
【确定密码】六一时光有限,快乐无限!
【确定密码】六一时光有限,快乐无限!
【确定密码】六一时光有限,快乐无限!
【确定密码】六一时光有限,快乐无限!
【确定密码】六一时光有限,快乐无限!
2020-05-30T22:37:14 点赞:1
在 代码岛3.0围棋大赛 - 代码揭秘! 中回复
// 正常棋子的mesh
const STONE_MESH = [
world.querySelector('.black_stone').mesh,
world.querySelector('.white_stone').mesh,
];
// 标红棋子的mesh
const CURRENT_STONE_MESH = [
world.querySelector('.cur_black_stone').mesh,
world.querySelector('.cur_white_stone').mesh,
];
// 碗的mesh
const BOWL_MESH = [
world.querySelector('.black_bowl').mesh,
world.querySelector('.white_bowl').mesh,
];
// 按钮的mesh
const CHOOSE_BUTTON_MESH = world.querySelector('.choose_button').mesh;2020-06-04T22:15:27 点赞:1