summaryrefslogtreecommitdiffhomepage
path: root/deploy_template
diff options
context:
space:
mode:
authorFlavio Salvador López Orellana <[email protected]>2019-09-17 01:29:07 -0300
committerGitHub <[email protected]>2019-09-17 01:29:07 -0300
commit1d3d958f7ffdb61ef2cd7116832f4877fa9744cc (patch)
treee80e1acfc6e453609297cf9b72f6149e713f7ba4 /deploy_template
parenta6726a1523a1a7f56b8271fb4c064e0ba4e4720f (diff)
downloaddragonruby-game-toolkit-contrib-1d3d958f7ffdb61ef2cd7116832f4877fa9744cc.tar.gz
dragonruby-game-toolkit-contrib-1d3d958f7ffdb61ef2cd7116832f4877fa9744cc.zip
Fix a little typo.
Fix a little typo.
Diffstat (limited to 'deploy_template')
-rw-r--r--deploy_template/mygame/documentation/05-sprites.md2
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 c80b46c..1b4d646 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)