mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-11-13 14:17:36 +00:00
初始化
This commit is contained in:
9
jsb-adapter/engine/assemblers/label/3d/ttf.js
Normal file
9
jsb-adapter/engine/assemblers/label/3d/ttf.js
Normal file
@@ -0,0 +1,9 @@
|
||||
(function(){
|
||||
if(!cc.Label.__assembler__.TTF3D) return;
|
||||
|
||||
let proto = cc.Label.__assembler__.TTF3D.prototype;
|
||||
|
||||
Object.assign(proto, {
|
||||
updateWorldVerts: cc.Assembler3D.updateWorldVerts
|
||||
})
|
||||
})()
|
||||
Reference in New Issue
Block a user