summaryrefslogtreecommitdiffhomepage
path: root/samples
diff options
context:
space:
mode:
authorZack Shank <[email protected]>2021-01-05 21:36:21 -0500
committerAmir Rajan <[email protected]>2021-01-05 22:38:38 -0600
commitaae4009cd03a9791a1174849a9e2d6fefa944aaf (patch)
tree00c4dfef9a3ab33e93312703c0cd7d02768084f7 /samples
parentf81816ee9a022457dc719c68773f3fc07bdf8c87 (diff)
downloaddragonruby-game-toolkit-contrib-aae4009cd03a9791a1174849a9e2d6fefa944aaf.tar.gz
dragonruby-game-toolkit-contrib-aae4009cd03a9791a1174849a9e2d6fefa944aaf.zip
Fixed parameter description typo in solids sample
Diffstat (limited to 'samples')
-rw-r--r--samples/01_rendering_basics/03_solids_borders/app/main.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/01_rendering_basics/03_solids_borders/app/main.rb b/samples/01_rendering_basics/03_solids_borders/app/main.rb
index 8d1bfef..2b9b1c4 100644
--- a/samples/01_rendering_basics/03_solids_borders/app/main.rb
+++ b/samples/01_rendering_basics/03_solids_borders/app/main.rb
@@ -15,7 +15,7 @@ APIs listing that haven't been encountered in a previous sample apps:
# Borders are added to args.outputs.borders
# The parameters required for rects are:
-# 1. The upper right corner (x, y)
+# 1. The bottom left corner (x, y)
# 2. The width (w)
# 3. The height (h)
# 4. The rgba values for the color and transparency (r, g, b, a)