原文:Cocos Creator LabelAtlas(藝術數字的使用)

藝術數字資源 LabelAtlas 藝術數字資源 是一種用戶自定義的資源,它可以用來配置藝術數字字體的屬性。 創建藝術數字資源 在 資源管理器 中右鍵,可以在如下菜單中找到 新建 gt 藝術數字配置 的子菜單,點擊菜單將會新建一個類似 LabelAtlas.labelatlas 的資源。 create label atlas label atlas create label atlas.jpeg ...

2018-11-02 17:57 0 2628 推薦指數:

查看詳情

cocos creator實戰-(四)滾動的數字

(待完善,實現多位數的滾動效果) 2.x的ccc引擎的label組件已經自帶簡單的數字滾動效果,准備自定義字體配合label,詳情可查看官方的吃星星案例,下面主要講自己代碼實現的滾動效果 自己代碼實現的滾動效果 1、 准備0~9的素材 2、 滾動的數字數字需要 ...

Tue Apr 09 18:27:00 CST 2019 2 1667
Cocos Creator 使用protobufjs

Win7 + Creator 2.0.0 + protobufjs 6.8.8 1.下載安裝protobufjs 可以看到protobufjs安裝在C:\Users\Administrator\AppData\Roaming\npm\node_modules ...

Wed Aug 22 07:14:00 CST 2018 0 5111
Cocos Creator 使用 protobuf

的是cocos2dx-lua,正好前段時間在用cocos creator進行項目開發,所以本着在開發中學習的想法,用coc ...

Tue Jun 18 23:53:00 CST 2019 0 1642
cocos Creator 如何使用物理引擎

1: 開啟物理引擎的3個步驟和一個坑: (1)開啟引擎: cc.director.getPhysicsManager().enabled = true (2)配置重力: cc.director.g ...

Sat Aug 10 05:39:00 CST 2019 0 1052
Cocos Creator使用 Protobufjs(一)

一. 環境准備 我一直在探索Cocos H5正確的開發姿勢,目前做javascript項目已經離不開 nodejs、npm或grunt等腳手架工具了。 1.初始化package.json文件 npm init 當新建好cocos-js或creator項目,在項目根目錄使用npm ...

Wed Sep 25 22:46:00 CST 2019 0 1225
cocos creator基礎-(八)cc.Label使用

1: 掌握cc.Label組件使用;2: 掌握cc.RichText組件使用; cc.Label 1:cc.Label是顯示文字的組件;2:cc.Label屬性面板:   String: 文本顯示的內容;   Horiznotal: 水平對齊的方式: 左 右 居中;   Vertial ...

Tue Feb 26 18:42:00 CST 2019 0 5570
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM