Skip to content

Commit

Permalink
add dist joystick-demo.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Apr 8, 2019
1 parent cd1f615 commit f95f8db
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ Online Address: <https://yunyoujun.github.io/cocos-creator-joystick/>

## Usage

Just Import it.
Just import it ([joystick-demo.zip](https://raw.githubusercontent.com/YunYouJun/cocos-creator-joystick/master/dist/joystick-demo.zip)) or paste code.

Type
> 文件 -> 资源导入...
You can replace image for your demand.

## Function

Expand All @@ -32,3 +34,13 @@ Type
| stopSpeed | cc.Integer | 0 | 停止时速度 | x |
| normalSpeed | cc.Integer | 100 | 正常速度 | x |
| fastSpeed | cc.Integer | 200 | 加快时速度 | x |

## Dev

Issue or PR is welcome.

### Deploy

```sh
npm run deploy
```
Binary file added dist/joystick-demo.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion settings/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@
"width": 960
},
"use-customize-simulator": true,
"use-project-simulator-setting": false
"use-project-simulator-setting": false,
"start-scene": "current"
}

0 comments on commit f95f8db

Please sign in to comment.