Remove some of the more vertical ones
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user