From c052a796d8cd8a96e189575804b9cb51aa1984fa Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Fri, 22 Nov 2024 16:25:40 -0600 Subject: [PATCH] Remove some of the more vertical ones --- app/helpers/bubbles_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]