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