diff options
| author | Amir Rajan <[email protected]> | 2019-09-18 22:33:04 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-18 22:33:04 +0200 |
| commit | 96295cfac38357367353b2ea9784b8a2907b8227 (patch) | |
| tree | 97c894c5102a01de5d8480f81e767264cea91548 | |
| parent | a6726a1523a1a7f56b8271fb4c064e0ba4e4720f (diff) | |
| parent | 07bce591a00a14331ba103ad8913b129bb513fb5 (diff) | |
| download | dragonruby-game-toolkit-contrib-96295cfac38357367353b2ea9784b8a2907b8227.tar.gz dragonruby-game-toolkit-contrib-96295cfac38357367353b2ea9784b8a2907b8227.zip | |
Merge pull request #10 from StardragonEX/patch-1
Fix a little typo.
| -rw-r--r-- | deploy_template/mygame/documentation/05-sprites.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy_template/mygame/documentation/05-sprites.md b/deploy_template/mygame/documentation/05-sprites.md index c80b46c..3648fc4 100644 --- a/deploy_template/mygame/documentation/05-sprites.md +++ b/deploy_template/mygame/documentation/05-sprites.md @@ -168,7 +168,7 @@ args.outputs.sprites << [ 100, # X false, # FLIP_HORIZONTALLY false, # FLIP_VERTICALLY 0.5, # ANGLE_ANCHOR_X - 1.0] # ANCHOR_Y + 1.0] # ANGLE_ANCHOR_Y ``` ## Hash (Advanced) @@ -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, |
