Label长文本手机上不显示处理longText.zip Label长文本手机上不显示处理 // Learn cc.Class: // - [Chinese] https://docs.cocos.com/creator/manual/zh/scripting/class.html // - [English] http://docs.cocos2d-x.
CocosCreator实现左右跳游戏JumpLR.zip CocosCreator实现左右跳游戏JumpLR.zip const {ccclass, property} = cc._decorator; @ccclass export default class Box extends cc.Component { @property(cc.Label)
新版Creator2.1.2终于支持ShaderHelper了ShaderHelper2.zip 新版Creator 2.1.2,终于支持 ShaderHelper 了 let ShaderProperty = cc . Class ({ name : 'ShaderProperty' , properties : { key : '' , value : '' , } }); cc . Cla
Cocos Creator实现的1024游戏 Cocos Creator实现的1024游戏 cc.Class({ extends: cc.Component, properties: { // foo: { // default: null, // The default value will be used only when the com
CocosCreator实现动物同化AnimalGame.zip CocosCreator实现动物同化AnimalGame.zip let ANI_ROW = 14; //小动物行数/列数 let ANI_TYPE = 14; //小动物种类数 let MAX_COUNT = 36; //最大次数 let __DESIGN_RESOLUTION_WIDTH = 1
大炮英雄Cocos Creator实现GunHero.zip 大炮英雄Cocos Creator实现GunHero //碰撞监听脚本 cc.Class({ extends: cc.Component, properties: { }, onLoad () { }, onDestroy () { }, onBeginContact ( contact, self
碰撞检测道具拾取collider.zip creator碰撞检测的实现和道具拾取功能;碰撞检测系统;三个接口: onCollisionEnter: function (other, self) // 开始 onCollisionStay: function (other, self) // 持续 onColl