拖动手柄实现小车运动方向随手柄方向改变,并缓慢移动。
2022-05-17 19:09:43 947KB cocos2d
1
cocos creator 企鹅跳一跳游戏源码
2022-05-12 18:13:01 5.5MB 源码软件 cocoscreator企鹅
行走的佩奇中添加有场景和键盘左右键移动佩奇,还有行走音效。另外还有两个点击左右移动的按钮。制作方法在文章http://t.csdn.cn/cBCuo (Cocos Creator游戏开发教程 学习笔记 第九章)中。
2022-05-12 09:11:24 1018KB 文档资料
1
基于cocos creator 的垃圾分类小游戏
2022-05-10 12:03:40 15.29MB 数据挖掘 人工智能 机器学习 算法
cocos studio3.10 从json文件转换成csd文件
2022-05-07 18:20:09 97.89MB cocos csd json转csd cocosstudio动画
1
本课程以实战为主,游戏中需要什么功能,我们就讲解相应的知识点,这样学到的知识会马上用起来也就不会枯燥。 本课程讲解相当完整,从最基础的软件安装开始,到打出游戏安装包,到接入腾讯优量汇广告SDK,一套完整的课程讲解。 购买了本课程,可以在课件下载一栏,下载本课程中所用到的软件开发的安装包,和每一课时相关的完整项目
1
cocos creator完整麻将源码,可运营
2022-05-02 14:35:56 46.44MB 麻将源码
1
ccc2.x官网只提供python2的脚本 参考ccc3.x 修改使用
2022-04-27 18:06:04 170KB cocos2d 游戏引擎
1
体育类游戏,3D 足球射门 ,Cocos Creator 3D 实现,附源码Creator3D_football.zip import { _decorator, Component, Node,ColliderComponent,PhysicMaterial } from "cc"; const { ccclass, property } = _decorator; @ccclass("PhyMat") export class PhyMat extends Component { @property private friction: number = 0; // 摩擦力 @property private restitution: number = 0; // 弹力 onLoad():void{ let comps: Array = this.node.getComponents(ColliderComponent) as Array; let mat = new PhysicMaterial(); mat.friction = this.friction; mat.restitution = this.restitution; for(let i = 0; i < comps.length; i++){ comps[i].material = mat; } } start () { // Your initialization goes here. } // update (deltaTime: number) { // // Your update function goes here. // } }
2022-04-19 10:39:24 83KB Cocos Creator 3D
1
cocos creator Heroes(精品游戏)
2022-04-16 16:05:37 64.23MB 游戏 cocos2d 3d 游戏引擎