diff options
| author | Flavio Salvador López Orellana <[email protected]> | 2019-09-17 01:37:39 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-17 01:37:39 -0300 |
| commit | 07bce591a00a14331ba103ad8913b129bb513fb5 (patch) | |
| tree | 97c894c5102a01de5d8480f81e767264cea91548 /deploy_template/mygame | |
| parent | 1d3d958f7ffdb61ef2cd7116832f4877fa9744cc (diff) | |
| download | dragonruby-game-toolkit-contrib-07bce591a00a14331ba103ad8913b129bb513fb5.tar.gz dragonruby-game-toolkit-contrib-07bce591a00a14331ba103ad8913b129bb513fb5.zip | |
Fix another typo
Fix another typo
Diffstat (limited to 'deploy_template/mygame')
| -rw-r--r-- | deploy_template/mygame/documentation/05-sprites.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_template/mygame/documentation/05-sprites.md b/deploy_template/mygame/documentation/05-sprites.md index 1b4d646..3648fc4 100644 --- a/deploy_template/mygame/documentation/05-sprites.md +++ b/deploy_template/mygame/documentation/05-sprites.md @@ -185,7 +185,7 @@ args.outputs.sprites << { h: 100, path: "sprites/player.png", angle: 0, - a, 255 + a: 255, r: 255, g: 255, b: 255, |
