Font Creator 使用说明书.pdf
2021-12-16 14:14:03 10.03MB Font Creator 使用说明书
1
cocos creator实现的推箱子游戏,含源码和功能;游戏一共有100关卡。 cc.Class({ extends: cc.Component, properties: { // foo: { // // ATTRIBUTES: // default: null, // The default value will be used only when the component attaching // // to a node for the first time // type: cc.SpriteFrame, // optional, default is typeof default // serializable: true, // optional, default is true // }, // bar: { // get () { // return this._bar; // }, // set (value) { // this._bar = value; // } // }, starImg : cc.Node, itemBg : cc.Node, levelTxt : cc.Node, }, // LIFE-CYCLE CALLBACKS: onLoad () { }, start () { }, //--------显示星星数量-------- /** * @description: 显示星星数量 * @param {boolean} isOpen 是否开启 * @param {starCount} 星星数量 * @param {cc.SpriteAtlas} levelImgAtlas 纹理图 * @param {number} level 关卡 * @return: */ showStar : function(isOpen, starCount, levelImgAtlas, level){ this.itemBg.attr({"_level_" : level}); if(isOpen){ this.itemBg.getComponent(cc.Sprite).spriteFrame = levelImgAtlas.getSpriteFrame("pass_bg"); this.starImg.active = true; this.starImg.getComponent(cc.Sprite).spriteFrame = levelImgAtlas.getSpriteFrame("point" + starCount); this.levelTxt.opacity = 255; this.itemBg.getComponent(cc.Button).interactable = true; }else{ this.itemBg.getComponent(cc.Sprite).spriteFrame = levelImgAtlas.getSpriteFrame("lock"); this.starImg.active = false; this.levelTxt.opacity = 125; this.itemBg.getComponent(cc.Button).interactable = false; } this.levelTxt.getComponent(cc.Label).string = level; }, //按钮回调函数响应 btnCallBack : function(event, customEventData){ if(this._callfunc){ this._callfunc(this.itemBg._level_); } }, levelFunc : function(callfunc){ this._callfunc = callfunc; }, // update (dt) {}, });
2021-12-16 11:29:21 763KB cocos creator
1
该项目实例主要是仿照4399小游戏《橡皮怪-勇闯地下城》而编写,链接如下:http://www.4399.com/flash/212024_3.htm,内置丰富的组件使用实例以及JavaScript脚本编写实例。CocosCreator版本:2.3.1。
2021-12-16 09:09:01 55.57MB cocos-creator JavaScript 2d游戏
1
cocos creator2.4.5横版游戏《玛丽师傅》源码H5+安卓+IOS三端源码,开发脚本为typeScript方便扩展和阅读,支持cocos creator2.X版本,完整的源码可直接运营。很不错的横版过关小游戏。
2021-12-14 16:08:57 8.56MB 横版游戏源码
cocos creator2.2.0休闲游戏HappySolitairePokerGame(空当接龙)源码H5+安卓+IOS三端源码,开发脚本为javaScript方便扩展和阅读,支持cocos creator2.X版本,完整的源码可直接运营。
2021-12-14 16:08:57 8.91MB 休闲游戏HappySolitai
cocos creator2.4.6休闲游戏fruit(切水果)源码H5+安卓+IOS三端源码,开发脚本为javaScript方便扩展和阅读,支持cocos creator2.X版本,完整的源码可直接运营。
2021-12-14 16:08:56 20.39MB 休闲游戏源码
cocos creator2.2.2休闲游戏(单机捕鱼)源码H5+安卓+IOS三端源码,开发脚本为typeScript方便扩展和阅读,支持cocos creator2.X版本,完整的源码可直接运营。
2021-12-14 14:06:14 12.11MB 休闲游戏源码
cocos creator 塔防游戏
2021-12-14 09:32:12 6.59MB 塔防
1
cocos creator2.1.3休闲游戏《星球飞刀大作战》源码H5+安卓+IOS三端源码,开发脚本为typeScript方便扩展和阅读,支持cocos creator2.X版本,完整的源码可直接运营。 星球飞刀大作战版是一款让你在宇宙太空使用飞刀竞技闯关挑战类手机游戏,开局6把刀,后面全靠自己的技术来辗压对手。
2021-12-13 17:05:23 5.81MB 星球飞刀大作战 休闲游戏源码
cocos creator2.4.6益智教育游戏《交通出行》源码H5+安卓+IOS三端源码,开发脚本为typeScript方便扩展和阅读,支持cocos creator2.X版本,完整的源码可直接运营。
2021-12-13 17:05:22 6.89MB 益智教育游戏 交通出行