diff options
| author | Simon Chiang <[email protected]> | 2021-04-23 09:46:41 -0600 |
|---|---|---|
| committer | Amir Rajan <[email protected]> | 2021-05-26 16:08:45 -0500 |
| commit | d5115606c96b0fe0affd72e6e0b72edce7e51042 (patch) | |
| tree | 5d750d974dc947163dc4cb37a0c9bbac9266a207 /samples/99_genre_rpg_narrative | |
| parent | 1404fd05a99cf745c33a4316b9d5e1562083c3ae (diff) | |
| download | dragonruby-game-toolkit-contrib-d5115606c96b0fe0affd72e6e0b72edce7e51042.tar.gz dragonruby-game-toolkit-contrib-d5115606c96b0fe0affd72e6e0b72edce7e51042.zip | |
Typo fixes
Diffstat (limited to 'samples/99_genre_rpg_narrative')
| -rw-r--r-- | samples/99_genre_rpg_narrative/choose_your_own_adventure/app/decision.rb | 2 | ||||
| -rw-r--r-- | samples/99_genre_rpg_narrative/choose_your_own_adventure/app/main.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/samples/99_genre_rpg_narrative/choose_your_own_adventure/app/decision.rb b/samples/99_genre_rpg_narrative/choose_your_own_adventure/app/decision.rb index 2921076..0d23668 100644 --- a/samples/99_genre_rpg_narrative/choose_your_own_adventure/app/decision.rb +++ b/samples/99_genre_rpg_narrative/choose_your_own_adventure/app/decision.rb @@ -1,5 +1,5 @@ # Hey there! Welcome to Four Decisions. Here is how you -# create your decision tree. Remove =being and =end from the text to +# create your decision tree. Remove =begin and =end from the text to # enable the game (just save the file). Change stuff and see what happens! def game 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 9da0f38..953b121 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 @@ -53,7 +53,7 @@ def tick args end end -# Runs methods needed for game to function properly +# Runs methods needed for the game to function properly # Creates a rectangular border around the screen def tick_game args defaults args |
