summaryrefslogtreecommitdiffhomepage
path: root/dragon
diff options
context:
space:
mode:
authorAmir Rajan <[email protected]>2020-07-08 20:04:00 -0500
committerGitHub <[email protected]>2020-07-08 20:04:00 -0500
commitaac51e8b318920de32fca1c0dd82a0fbc5a1bbfd (patch)
treed9f5930341e68ec38910b96a80d69d7d78692d74 /dragon
parent527781cab2010e5ccfdcc3278c2f2083f8caf287 (diff)
downloaddragonruby-game-toolkit-contrib-aac51e8b318920de32fca1c0dd82a0fbc5a1bbfd.tar.gz
dragonruby-game-toolkit-contrib-aac51e8b318920de32fca1c0dd82a0fbc5a1bbfd.zip
Update directional_input_helper_methods.rb
Diffstat (limited to 'dragon')
-rw-r--r--dragon/directional_input_helper_methods.rb2
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.