Tune text scale

main
parent 2750d5e944
commit de2f8db1df

@ -3518,7 +3518,7 @@ F cost: G + H
// draw button // draw button
float space_btwn_buttons = 20.0f; float space_btwn_buttons = 20.0f;
float text_scale = 1.5f; float text_scale = 1.0f;
const float num_buttons = 2.0f; const float num_buttons = 2.0f;
Vec2 button_size = V2( Vec2 button_size = V2(
(panel_width - (num_buttons - 1.0f)*space_btwn_buttons)/num_buttons, (panel_width - (num_buttons - 1.0f)*space_btwn_buttons)/num_buttons,

Loading…
Cancel
Save