Remove some of the more vertical ones

This commit is contained in:
Jason Zimdars
2024-11-22 16:25:40 -06:00
parent 92510755cf
commit c052a796d8
+1 -1
View File
@@ -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]