diff --git a/app/helpers/bubbles_helper.rb b/app/helpers/bubbles_helper.rb index d56bc590f..bfb37b245 100644 --- a/app/helpers/bubbles_helper.rb +++ b/app/helpers/bubbles_helper.rb @@ -1,5 +1,5 @@ module BubblesHelper - BUBBLE_ROTATION = %w[ 90 80 75 60 45 35 25 5 -45 -40 -75 ] + BUBBLE_ROTATION = %w[ 75 60 45 35 25 5 ] def bubble_rotation(bubble) value = BUBBLE_ROTATION[Zlib.crc32(bubble.to_param) % BUBBLE_ROTATION.size]