simplify the life

随笔分类 -  归档

Cocos Creator 开发微信小游戏踩坑
摘要:Cocos Creator 开发微信小游戏踩坑 关键帧动画 因为小游戏不支持 gif 关键帧动画,animation 如果要指定大小,需要指定父节点大小 animation 的大小,貌似是不能改变的(设置为 trim 可以裁剪掉透明的像素) 点击动画编辑器 - 打开编辑模式 添加 Animation 阅读全文

posted @ 2022-07-10 10:12 lessfish 阅读(2517) 评论(0) 推荐(0)

正则表达式
摘要:RegExp 三大方法 本文的 RegExp 采用直接量语法表示:/pattern/attributes。attributes 有三个选择,i、m 和 g,m(多行匹配)不常用直接省略,所以一个 pattern(匹配模式)可以表示如下: var pattern = /hello/ig; i(igno 阅读全文

posted @ 2022-07-10 10:07 lessfish 阅读(50) 评论(0) 推荐(0)

导航