diff options
| author | Amir Rajan <[email protected]> | 2020-02-27 20:14:39 -0600 |
|---|---|---|
| committer | Amir Rajan <[email protected]> | 2020-02-27 20:14:39 -0600 |
| commit | 5d0c0305854633122b3e800dd9058e93c2950eb6 (patch) | |
| tree | 0283825a7055cebd59ad1b3aff1b3dec1f2ac03c /deploy_template/mygame/documentation/05-sprites.md | |
| parent | 07468bf3f309c21ea3f7fcf47195ca275177dc7f (diff) | |
| download | dragonruby-game-toolkit-contrib-5d0c0305854633122b3e800dd9058e93c2950eb6.tar.gz dragonruby-game-toolkit-contrib-5d0c0305854633122b3e800dd9058e93c2950eb6.zip | |
open sourced parts of game toolkit.
Diffstat (limited to 'deploy_template/mygame/documentation/05-sprites.md')
| -rw-r--r-- | deploy_template/mygame/documentation/05-sprites.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy_template/mygame/documentation/05-sprites.md b/deploy_template/mygame/documentation/05-sprites.md index 3648fc4..c80b46c 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] # ANGLE_ANCHOR_Y + 1.0] # ANCHOR_Y ``` ## Hash (Advanced) @@ -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, |
