Lv.1
喜欢代码岛3.0 javascript c/c++ python
签名:想和我交流加我QQ:2763165838 写好备注,不然我不会加
在 飞行代码 的教程 中回复
如果让玩家碰到一个实体会飞
world.querySelectorAll('.实体标签').forEach((e)=>{
e.onEntityContact(({entity,other})=>{
other.player.canFly = true;
})
})2020-04-24T23:19:09 点赞:0
在 飞行代码 的教程 中回复
如果让玩家开飞机
world.querySelectorAll('.飞机').forEach((e)=>{
e.onEntityContact(({entity,other})=>{
if(!other.isPlayer){return}
other.mesh=entity.mesh;
other.meshScale=entity.meshScale;
other.player.invisible=true;
other.player.canFly = true;
})
})2020-04-24T23:20:12 点赞:0
在 飞行代码 的教程 中回复
碰到一个实体喵家的皮肤恢复的代码:
world.querySelectorAll('.模型标签').forEach((e)=>{
e.onEntityContact(({entity,other})=>{
other.mesh = ""
other.player.invisible=false;
})
})
mesh代表了玩家的皮肤,mesh = ""就会喵家变回原样
2020-05-05T17:31:24 点赞:0
在 飞行代码 的教程 中回复
【Box3超级干货帖】输入玩家姓名将其关监狱功能怎么做!
https://shequ.codemao.cn/community/293600
2020-05-10T23:00:46 点赞:0
在 飞行代码 的教程 中回复
输入玩家姓名将其关监狱功能简化方法!!!
https://shequ.codemao.cn/community/294552
2020-05-12T18:46:06 点赞:0
在 千桔编程抄袭样式的证据 中回复
我也在用layui做样式,一看这种界面样式和配色就知道是用的layui,(但是layui是个样式库呀!貌似谁都可以调用。)
总之一句话,千桔编程是在抄袭编程猫!
2020-05-28T23:40:35 点赞:0
在 如何把shyfcka说成萌新 中回复
我只不过会html,css,js,VUE.js,Python,Box3,Less,Scss,Sass,SQL,Electron,NodeJS,nwjs,json,yml,xml,,Chrome扩展,vscodeSettings,ipythonShell,Windows命令提示符,Linux终端,Ubuntu安装和操作,CentOS安装和操作,Deepin,explorer,VMware,jvav交互式编程,易语言,scratch,three.js,jvav,pyQt
而这些只是主流编程技术的不到0.8%,你看我真的很萌新吧,只会不到0.8%的技术
2020-06-06T13:44:37 点赞:0