Port over code from old collision dev PR

menus
Noah 2019-04-09 19:17:56 -07:00
parent f8d95313c5
commit ed1759e73e
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ var (
ButtonHoverColor = render.RGBA(200, 255, 255, 255) ButtonHoverColor = render.RGBA(200, 255, 255, 255)
ButtonOutlineColor = render.Black ButtonOutlineColor = render.Black
BorderColorOffset int32 = 40 BorderColorOffset = 40
) )