diff options
Diffstat (limited to 'deploy_template/mygame/documentation/05-sprites.md')
| -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 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) |
