Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
vitaquake3
Commits
8c416289
Commit
8c416289
authored
Aug 02, 2019
by
Rinnegatamante
Browse files
Updated Patreon credits.
parent
e1870cbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/ui/ui_menu.c
View file @
8c416289
...
...
@@ -224,9 +224,9 @@ static void Main_MenuDraw( void ) {
if
(
uis
.
demoversion
)
{
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
);
UI_DrawString
(
320
,
430
,
"Thanks to
XandridFire, nobodywasishere
, Tain Sueiras and RaveHeart for their support on Patreon"
,
UI_CENTER
|
UI_SMALLFONT
,
color
);
UI_DrawString
(
320
,
430
,
"Thanks to
The Vita3K Project
, Tain Sueiras and RaveHeart for their support on Patreon"
,
UI_CENTER
|
UI_SMALLFONT
,
color
);
}
else
{
UI_DrawString
(
320
,
420
,
"Thanks to
XandridFire, nobodywasishere
, Tain Sueiras and RaveHeart for their support on Patreon"
,
UI_CENTER
|
UI_SMALLFONT
,
color
);
UI_DrawString
(
320
,
420
,
"Thanks to
The Vita3K Project
, Tain Sueiras and RaveHeart for their support on Patreon"
,
UI_CENTER
|
UI_SMALLFONT
,
color
);
UI_DrawString
(
320
,
450
,
"Quake III Arena(c) 1999-2000, Id Software, Inc. All Rights Reserved"
,
UI_CENTER
|
UI_SMALLFONT
,
color
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment