summaryrefslogtreecommitdiffhomepage
path: root/animator.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-01-25 00:09:51 -0500
committerrealtradam <[email protected]>2021-01-25 00:09:51 -0500
commitc1476cb451e93a54df8521ad5572732539f345dd (patch)
tree2379fb6d3c1d5bd6f2cd667421f8f2604f6c520c /animator.rb
parentb3c67e70aa97c6ad6176917427b5a192b407dbd6 (diff)
downloadruby2d-camera-c1476cb451e93a54df8521ad5572732539f345dd.tar.gz
ruby2d-camera-c1476cb451e93a54df8521ad5572732539f345dd.zip
finished implementing quads
Diffstat (limited to 'animator.rb')
-rw-r--r--animator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/animator.rb b/animator.rb
index 94f7770..0d713b1 100644
--- a/animator.rb
+++ b/animator.rb
@@ -15,7 +15,7 @@ class AnimatedSquare
attr_writer :speed
def speed
- @speed ||= (1..5).to_a.sample
+ @speed ||= (0..5).to_a.sample
end
def axis