diff options
| author | Olly Mills <[email protected]> | 2021-02-17 01:32:09 +0000 |
|---|---|---|
| committer | Amir Rajan <[email protected]> | 2021-02-17 18:22:39 -0800 |
| commit | cb51bc152392ae8baec4f2584ec0500f7e8a023b (patch) | |
| tree | fe1ce1c21c276ebc01f39455b6e1b04d47be5cd8 /samples/07_advanced_rendering/04_render_primitive_hierarchies/app | |
| parent | f923bcb6f502cee26b72208499aaa33e0020a0ed (diff) | |
| download | dragonruby-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/04_render_primitive_hierarchies/app')
| -rw-r--r-- | samples/07_advanced_rendering/04_render_primitive_hierarchies/app/main.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/samples/07_advanced_rendering/04_render_primitive_hierarchies/app/main.rb b/samples/07_advanced_rendering/04_render_primitive_hierarchies/app/main.rb index aedd830..7f345ac 100644 --- a/samples/07_advanced_rendering/04_render_primitive_hierarchies/app/main.rb +++ b/samples/07_advanced_rendering/04_render_primitive_hierarchies/app/main.rb @@ -39,7 +39,6 @@ Here is an example of a (red) border or solid definition: [100, 100, 400, 500, 255, 0, 0] It will be a solid or border depending on if it is added to args.outputs.solids or args.outputs.borders. - For more information about solids and borders, go to mygame/documentation/03-solids-and-borders.md. - args.outputs.sprites: An array. The values generate a sprite. The parameters for sprites are @@ -50,7 +49,6 @@ Here is an example of a sprite definition: [100, 100, 400, 500, 'sprites/dragonruby.png'] - For more information about sprites, go to mygame/documentation/05-sprites.md. =end |
