mirror of
https://github.com/DrBeef/QuakeQuest.git
synced 2025-02-18 02:01:35 +00:00
Preparing for release..
This commit is contained in:
parent
e1d20286d7
commit
56d0eb434c
2 changed files with 12 additions and 12 deletions
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.drbeef.quakequest"
|
package="com.drbeef.quakequest"
|
||||||
android:versionCode="1"
|
android:versionCode="2"
|
||||||
android:versionName="0.1.0" android:installLocation="auto" >
|
android:versionName="1.0.0" android:installLocation="auto" >
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="25" />
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="25" />
|
||||||
<!-- Tell the system this app requires OpenGL ES 3.1. -->
|
<!-- Tell the system this app requires OpenGL ES 3.1. -->
|
||||||
|
|
|
@ -3573,16 +3573,16 @@ static int M_CreditsMessage(const char *line1, const char *line2,
|
||||||
static void M_Credits_Draw (void)
|
static void M_Credits_Draw (void)
|
||||||
{
|
{
|
||||||
M_CreditsMessage(
|
M_CreditsMessage(
|
||||||
" QQQ QQQ QQQ QQQ ",
|
" QQQ QQQ QQQ QQQ ",
|
||||||
" QQQQ QQQQ QQQQ QQQQ ",
|
" QQQQ QQQQ QQQQ QQQQ ",
|
||||||
" QQQ QQQ QQQ QQQ ",
|
" QQQ QQQ QQQ QQQ ",
|
||||||
" QQQ QQQ QQQ QQQ ",
|
" QQQ QQQ QQQ QQQ ",
|
||||||
" QQQ QQ QQQ QQQ QQ QQQ ",
|
" QQQ QQ QQQ QQQ QQ QQQ ",
|
||||||
" QQQQ QQ QQQuake QQQQ QQ QQQuest ",
|
" QQQQ QQ QQQuake QQQQ QQ QQQuest ",
|
||||||
" QQQQQQQQ QQQQQQQQ ",
|
" QQQQQQQQ QQQQQQQQ ",
|
||||||
" QQQ QQQ ",
|
" QQQ QQQ ",
|
||||||
" Q Q ",
|
" Q Q ",
|
||||||
" Q Q ");
|
" Q Q v1.0.0");
|
||||||
|
|
||||||
int i, l, linelength, firstline, lastline, lines;
|
int i, l, linelength, firstline, lastline, lines;
|
||||||
for (i = 0, linelength = 0, firstline = 9999, lastline = -1;m_credits_message[i];i++)
|
for (i = 0, linelength = 0, firstline = 9999, lastline = -1;m_credits_message[i];i++)
|
||||||
|
|
Loading…
Reference in a new issue