From 1d3d958f7ffdb61ef2cd7116832f4877fa9744cc Mon Sep 17 00:00:00 2001 From: Flavio Salvador López Orellana <54491132+StardragonEX@users.noreply.github.com> Date: Tue, 17 Sep 2019 01:29:07 -0300 Subject: Fix a little typo. Fix a little typo. --- deploy_template/mygame/documentation/05-sprites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy_template') 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) -- cgit v1.2.3