diff options
| author | _Tradam <[email protected]> | 2021-12-16 19:22:26 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-16 19:22:26 -0500 |
| commit | 5954b9beb4d4a3b4f248d72d1851195f030558a8 (patch) | |
| tree | fecd8aa840a25afdb502915b0fdb4d03b7ed339a /samples/01_rendering_basics/03_solids_borders | |
| parent | 2f845281f133849256b57bb08fd3e9ae57600784 (diff) | |
| parent | eaa29e72939f5edf61735ccbb73c36ee89369f65 (diff) | |
| download | dragonruby-game-toolkit-contrib-5954b9beb4d4a3b4f248d72d1851195f030558a8.tar.gz dragonruby-game-toolkit-contrib-5954b9beb4d4a3b4f248d72d1851195f030558a8.zip | |
Diffstat (limited to 'samples/01_rendering_basics/03_solids_borders')
| -rw-r--r-- | samples/01_rendering_basics/03_solids_borders/app/main.rb | 2 |
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 2b9b1c4..8d1bfef 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 bottom left corner (x, y) +# 1. The upper right corner (x, y) # 2. The width (w) # 3. The height (h) # 4. The rgba values for the color and transparency (r, g, b, a) |
