twfont】的更多相关文章

module game { /** *Created by 渔歌烟火 on 2018/3/28. * 字体缓动动画 */ export class LabelEffect { private static _instance:LabelEffect; public static get instance():LabelEffect { if( null == LabelEffect._instance ) { LabelEffect._instance = new LabelEffect();…