summaryrefslogtreecommitdiffhomepage
path: root/deploy_template/mygame
diff options
context:
space:
mode:
authorFlavio Salvador López Orellana <[email protected]>2019-09-17 01:37:39 -0300
committerGitHub <[email protected]>2019-09-17 01:37:39 -0300
commit07bce591a00a14331ba103ad8913b129bb513fb5 (patch)
tree97c894c5102a01de5d8480f81e767264cea91548 /deploy_template/mygame
parent1d3d958f7ffdb61ef2cd7116832f4877fa9744cc (diff)
downloaddragonruby-game-toolkit-contrib-07bce591a00a14331ba103ad8913b129bb513fb5.tar.gz
dragonruby-game-toolkit-contrib-07bce591a00a14331ba103ad8913b129bb513fb5.zip
Fix another typo
Fix another typo
Diffstat (limited to 'deploy_template/mygame')
-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 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,