21 const float buttonWidth = 280.0f;
22 const float buttonHeight = 50.0f;
23 const float spacing = 18.0f;
26 const float totalHeight = (buttonHeight * 2.0f) + spacing;
27 const float offsets[2] = {-(totalHeight / 2.0f) + (buttonHeight / 2.0f),
28 (totalHeight / 2.0f) - (buttonHeight / 2.0f)};