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 From 07bce591a00a14331ba103ad8913b129bb513fb5 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:37:39 -0300 Subject: Fix another typo Fix another 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 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, -- cgit v1.2.3