diff options
| author | Amir Rajan <[email protected]> | 2020-07-08 20:04:00 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-08 20:04:00 -0500 |
| commit | aac51e8b318920de32fca1c0dd82a0fbc5a1bbfd (patch) | |
| tree | d9f5930341e68ec38910b96a80d69d7d78692d74 /dragon/directional_input_helper_methods.rb | |
| parent | 527781cab2010e5ccfdcc3278c2f2083f8caf287 (diff) | |
| download | dragonruby-game-toolkit-contrib-aac51e8b318920de32fca1c0dd82a0fbc5a1bbfd.tar.gz dragonruby-game-toolkit-contrib-aac51e8b318920de32fca1c0dd82a0fbc5a1bbfd.zip | |
Update directional_input_helper_methods.rb
Diffstat (limited to 'dragon/directional_input_helper_methods.rb')
| -rw-r--r-- | dragon/directional_input_helper_methods.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dragon/directional_input_helper_methods.rb b/dragon/directional_input_helper_methods.rb index 3891b5b..edaf8d3 100644 --- a/dragon/directional_input_helper_methods.rb +++ b/dragon/directional_input_helper_methods.rb @@ -49,7 +49,7 @@ S # Returns a normal vector (in the form of an Array with two values). If no directionals are held/down, the function returns nil. # - # The possible results are: + # Some of the possible results are: # # - `nil` which denotes that no directional input exists. # - `[ 0, 1]` which denotes that only up is being held/pressed. |
