mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2025-01-18 23:51:51 +00:00
start screen also fixed for non 16:9 resolutions
This commit is contained in:
parent
4616ef9cda
commit
304bccd5d8
4 changed files with 18 additions and 7 deletions
|
@ -430,14 +430,16 @@ static void Main_MenuDraw( void ) {
|
|||
// STONELANCE
|
||||
UI_DrawProportionalString( 320, 432, "DEMO FOR MATURE AUDIENCES DEMO", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
//UI_DrawString( 320, 460, Q3_VERSION " (c) 2002 - 2009 New Team Q3Rally | www.q3rally.com", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 320, 460, Q3_VERSION " (c) 2002 - 2022 | 20th Anniversary | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
// UI_DrawString( 320, 460, Q3_VERSION " (c) 2002 - 2022 | 20th Anniversary | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 320, 460, Q3_VERSION " | 20th Anniversary | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
// UI_DrawProportionalString( 320, 372, "DEMO FOR MATURE AUDIENCES DEMO", UI_CENTER|UI_SMALLFONT, color );
|
||||
// UI_DrawString( 320, 400, "Quake III Arena(c) 1999-2000, Id Software, Inc. All Rights Reserved", UI_CENTER|UI_SMALLFONT, color );
|
||||
// END
|
||||
} else {
|
||||
// STONELANCE
|
||||
//UI_DrawString( 320, 460, Q3_VERSION " (c) 2002 - 2009 New Team Q3Rally | www.q3rally.com", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 365, 460, Q3_VERSION " (c) 2002 - 2022 | 20th Anniversary | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
// UI_DrawString( 365, 460, Q3_VERSION " (c) 2002 - 2022 | 20th Anniversary | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 365, 460, Q3_VERSION " | 20th Anniversary | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
// UI_DrawString( 320, 450, "Quake III Arena(c) 1999-2000, Id Software, Inc. All Rights Reserved", UI_CENTER|UI_SMALLFONT, color );
|
||||
// END
|
||||
}
|
||||
|
@ -586,8 +588,8 @@ void UI_MainMenu( void ) {
|
|||
s_main.discordlogo.generic.type = MTYPE_BITMAP;
|
||||
s_main.discordlogo.generic.flags = QMF_INACTIVE;
|
||||
s_main.discordlogo.generic.name = ART_DISCORDLOGO;
|
||||
s_main.discordlogo.generic.x = - 95;
|
||||
s_main.discordlogo.generic.y = 462;
|
||||
s_main.discordlogo.generic.x = 0;
|
||||
s_main.discordlogo.generic.y = 461;
|
||||
s_main.discordlogo.width = 442 / 3;
|
||||
s_main.discordlogo.height = 40 / 3;
|
||||
|
||||
|
|
|
@ -103,7 +103,8 @@ static void UI_Rally_CreditMenu_Draw( void ) {
|
|||
UI_DrawProportionalString( 320, y, "Cyberdemon, Killaz and skw|d", UI_CENTER|UI_SMALLFONT, color_white );
|
||||
|
||||
y += 2.0 * PROP_HEIGHT * PROP_SMALL_SIZE_SCALE;
|
||||
UI_DrawString( 320, y, Q3_VERSION " (c) 2002 - 2022 | 20th Anniversary | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
// UI_DrawString( 320, y, Q3_VERSION " (c) 2002 - 2022 | 20th Anniversary | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 320, y, Q3_VERSION " | 20th Anniversary | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define BASETA "missionpack"
|
||||
|
||||
#ifndef PRODUCT_VERSION
|
||||
#define PRODUCT_VERSION "v0.4_r510"
|
||||
#define PRODUCT_VERSION "v0.4_r512"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -893,9 +893,11 @@ q3rallycode
|
|||
3=engine\code\cgame\cg_event.c
|
||||
4=engine\code\ui\ui_local.h
|
||||
5=engine\code\cgame\cg_scoreboard.c
|
||||
6=engine\code\q3_ui\ui_rally_credits.c
|
||||
7=engine\code\q3_ui\ui_menu.c
|
||||
[Selected Project Files]
|
||||
Main=
|
||||
Selected=engine\code\cgame\cg_draw.c
|
||||
Selected=engine\code\q3_ui\ui_menu.c
|
||||
[engine\code\qcommon\q_shared.h]
|
||||
TopLine=54
|
||||
Caret=35,70
|
||||
|
@ -914,3 +916,9 @@ Caret=1,139
|
|||
[engine\code\cgame\cg_scoreboard.c]
|
||||
TopLine=54
|
||||
Caret=41,78
|
||||
[engine\code\q3_ui\ui_rally_credits.c]
|
||||
TopLine=84
|
||||
Caret=45,107
|
||||
[engine\code\q3_ui\ui_menu.c]
|
||||
TopLine=572
|
||||
Caret=66,592
|
||||
|
|
Loading…
Reference in a new issue