logo_text_height 2293 core/gui.c     static int logo_size, logo_text_width, logo_text_height;
logo_text_height 2315 core/gui.c             logo_text_height = TEXT_COUNT - 1;
logo_text_height 2319 core/gui.c             for (i=0; i<logo_text_height; ++i)
logo_text_height 2326 core/gui.c             logo_text_height = logo_text_height * FONT_HEIGHT + 8;
logo_text_height 2349 core/gui.c         y = ((camera_screen.height-logo_text_height)>>1) + 20;
logo_text_height 2351 core/gui.c         draw_rectangle(x, y, x+logo_text_width, y+logo_text_height, MAKE_COLOR(COLOR_RED, COLOR_RED), RECT_BORDER0|DRAW_FILLED|RECT_ROUND_CORNERS);