自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (2)
  • 收藏
  • 关注

原创 vscode-picgo+阿里云,图床写文章

在互联网社区分享个人博客文章时,需要将本地文档上传。但大部分社区在线编辑器都不支持图片批量上传,也没法从文档中解析图片。

2024-02-28 14:29:05 340

原创 cocos creator:背景无限滚动

代码地址:https://gitee.com/wolfdong7/bg_rollconst {ccclass, property} = cc._decorator;@ccclassexport default class NewClass extends cc.Component { bg1 = null; bg2 = null; cur_bg = null; ...

2018-10-17 15:24:04 3949

原创 cocos creator:短按、长按、双击

const {ccclass, property} = cc._decorator;@ccclassexport default class NewClass extends cc.Component { holdTimeEclipse = 0; //用来检测长按 holdClick = false; //用来检测点击 doubleT...

2018-10-17 15:13:53 4705 1

原创 cocos creator:加载微信图片

load_picture_async(imgurl,temp){ return new Promise((resolve,reject) => { var self = this; cc.loader.load(imgurl, function(err, texture){ self.node...

2018-10-13 11:51:34 1580

转盘抽奖 cocos creator

转盘抽奖 cocos creator详情描述: https://www.jianshu.com/p/ff5d8e512d8f

2018-11-07

cocos creator 签到模块

https://www.jianshu.com/writer#/notebooks/25279755/notes/36191633

2018-11-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除