mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
style: Increase vertical space above count indicator in live MLB display
This commit is contained in:
@@ -600,7 +600,8 @@ class MLBLiveManager(BaseMLBManager):
|
||||
bases_overall_bottom_y = c1y + h_d # Bottom of the 1st/3rd base diamonds
|
||||
|
||||
# --- Draw Count (Circles) ---
|
||||
count_start_y = bases_overall_bottom_y + vertical_spacing
|
||||
count_vertical_offset = 3 # Increase space below bases
|
||||
count_start_y = bases_overall_bottom_y + count_vertical_offset
|
||||
count_start_x = cluster_start_x + (cluster_width - count_cluster_width) // 2
|
||||
circle_color_ball = (255, 255, 255)
|
||||
circle_color_strike = (255, 255, 255) # Outline color
|
||||
|
||||
Reference in New Issue
Block a user