summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPiotr Usewicz <[email protected]>2019-09-12 12:58:03 +0200
committerPiotr Usewicz <[email protected]>2019-09-12 12:58:03 +0200
commit78df48ecd4b5523f1c6c173e3dec7fc20bbc69dc (patch)
tree75ee201eb8c81ae57f83c3e2cbdb1df9fc3a4489
parent70233f88ca30ded0ccb84261db88afabe906068f (diff)
downloaddragonruby-game-toolkit-contrib-78df48ecd4b5523f1c6c173e3dec7fc20bbc69dc.tar.gz
dragonruby-game-toolkit-contrib-78df48ecd4b5523f1c6c173e3dec7fc20bbc69dc.zip
Lowercase description
-rw-r--r--dragon/args.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/dragon/args.rb b/dragon/args.rb
index cfd0502..0b9a2eb 100644
--- a/dragon/args.rb
+++ b/dragon/args.rb
@@ -206,7 +206,7 @@ module GTK
@render_targets[name]
end
- # @return [GTK::OutputsArray] The array of solids to render during current tick
+ # @return [GTK::OutputsArray] the array of solids to render during current tick
def solids
@outputs.solids
end
@@ -215,7 +215,7 @@ module GTK
@outputs.static_solids
end
- # @return [GTK::OutputsArray] The array of sprites to render during current tick
+ # @return [GTK::OutputsArray] the array of sprites to render during current tick
def sprites
@outputs.sprites
end
@@ -224,7 +224,7 @@ module GTK
@outputs.static_sprites
end
- # @return [GTK::OutputsArray] The array of labels to render during current tick
+ # @return [GTK::OutputsArray] the array of labels to render during current tick
def labels
@outputs.labels
end
@@ -233,7 +233,7 @@ module GTK
@outputs.static_labels
end
- # @return [GTK::OutputsArray] The array of lines to render during current tick
+ # @return [GTK::OutputsArray] the array of lines to render during current tick
def lines
@outputs.lines
end
@@ -242,7 +242,7 @@ module GTK
@outputs.static_lines
end
- # @return [GTK::OutputsArray] The array of borders to render during current tick
+ # @return [GTK::OutputsArray] the array of borders to render during current tick
def borders
@outputs.borders
end