From c20f34de415d662c75d5d611e3b5a163404c8ac3 Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Tue, 3 May 2022 11:40:47 -0500 Subject: [PATCH] Made game options container have a darkened color and edge border to stand out more --- lib/pages/games_redesign.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/games_redesign.rb b/lib/pages/games_redesign.rb index d369f8a..d0c53db 100644 --- a/lib/pages/games_redesign.rb +++ b/lib/pages/games_redesign.rb @@ -83,8 +83,8 @@ class W3DHub # background 0xff_9999ff # Game options - stack(width: 360, height: 1.0, padding: 8, scroll: true) do - # background 0xff_550055 + stack(width: 360, height: 1.0, padding: 8, scroll: true, border_thickness_right: 1, border_color_right: 0xff_656565) do + background 0x44_000000 # Game Banner image_path = "#{GAME_ROOT_PATH}/media/banners/#{game.id}.png"