summaryrefslogtreecommitdiffhomepage
path: root/samples/99_genre_rpg_narrative
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/99_genre_rpg_narrative
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/99_genre_rpg_narrative')
-rw-r--r--samples/99_genre_rpg_narrative/choose_your_own_adventure/app/main.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/samples/99_genre_rpg_narrative/choose_your_own_adventure/app/main.rb b/samples/99_genre_rpg_narrative/choose_your_own_adventure/app/main.rb
index 22faad1..9da0f38 100644
--- a/samples/99_genre_rpg_narrative/choose_your_own_adventure/app/main.rb
+++ b/samples/99_genre_rpg_narrative/choose_your_own_adventure/app/main.rb
@@ -14,10 +14,8 @@
- 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.keyboard.key_down.KEY: Determines if a key is in the down state or pressed down.
- For more information about the keyboard, go to mygame/documentation/06-keyboard.md.
- String interpolation: uses #{} syntax; everything between the #{ and the } is evaluated
as Ruby code, and the placeholder is replaced with its corresponding value or result.