summaryrefslogtreecommitdiffhomepage
path: root/samples/07_advanced_rendering/05_render_primitives_as_hash/app
diff options
context:
space:
mode:
authorOlly Mills <[email protected]>2021-02-17 01:32:09 +0000
committerAmir Rajan <[email protected]>2021-02-17 18:22:39 -0800
commitcb51bc152392ae8baec4f2584ec0500f7e8a023b (patch)
treefe1ce1c21c276ebc01f39455b6e1b04d47be5cd8 /samples/07_advanced_rendering/05_render_primitives_as_hash/app
parentf923bcb6f502cee26b72208499aaa33e0020a0ed (diff)
downloaddragonruby-game-toolkit-contrib-cb51bc152392ae8baec4f2584ec0500f7e8a023b.tar.gz
dragonruby-game-toolkit-contrib-cb51bc152392ae8baec4f2584ec0500f7e8a023b.zip
removed old references to documentation from all sample apps
Diffstat (limited to 'samples/07_advanced_rendering/05_render_primitives_as_hash/app')
-rw-r--r--samples/07_advanced_rendering/05_render_primitives_as_hash/app/main.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/samples/07_advanced_rendering/05_render_primitives_as_hash/app/main.rb b/samples/07_advanced_rendering/05_render_primitives_as_hash/app/main.rb
index f7e5bac..53e0f3d 100644
--- a/samples/07_advanced_rendering/05_render_primitives_as_hash/app/main.rb
+++ b/samples/07_advanced_rendering/05_render_primitives_as_hash/app/main.rb
@@ -16,23 +16,18 @@
- args.outputs.sprites: An array. The values generate a sprite.
The parameters are [X, Y, WIDTH, HEIGHT, PATH, ANGLE, ALPHA, RED, GREEN, BLUE]
- For more information about sprites, go to mygame/documentation/05-sprites.md.
- args.outputs.labels: An array. The values generate a label.
The parameters are [X, Y, TEXT, SIZE, ALIGNMENT, RED, GREEN, BLUE, ALPHA, FONT STYLE]
- For more information about labels, go to mygame/documentation/02-labels.md.
- args.outputs.solids: An array. The values generate a solid.
The parameters are [X, Y, WIDTH, HEIGHT, RED, GREEN, BLUE, ALPHA]
- For more information about solids, go to mygame/documentation/03-solids-and-borders.md.
- args.outputs.borders: An array. The values generate a border.
The parameters are the same as a solid.
- For more information about borders, go to mygame/documentation/03-solids-and-borders.md.
- args.outputs.lines: An array. The values generate a line.
The parameters are [X1, Y1, X2, Y2, RED, GREEN, BLUE]
- For more information about labels, go to mygame/documentation/02-labels.md.
=end