How wide are backpack tool icons on XBox?

I have left/right bumper icons that appear to the left and right of backpack icons to show you can use those buttons to scrub through tools. The distance between the button icons widens out as you get more tools. I have this tuned so they spread the correct amount on PC, but it seems that on Xbox the tool icons are wider, so my icons end up too tight:

How wide are the backpack tool icons on Xbox?

100px (they’re 60px by default if anyone’s curious)

Line 92 of the Backpack CoreScript

if IsTenFootInterface then
	ICON_SIZE = 100
	FONT_SIZE = Enum.FontSize.Size24
end
2 Likes

Thanks so much, I figured it could be found somewhere in the corescripts, but wasn’t sure how to dig through it.