full credits + better yatis/lephe logo

This commit is contained in:
Lephenixnoir 2022-09-04 10:14:08 +02:00
parent c2f52aa2a6
commit d1143fc995
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
3 changed files with 17 additions and 2 deletions

View File

@ -21,7 +21,7 @@ bosonx_logo_empty.png:
lepheyatis_logo.png:
type: bopti-image
name: img_lepheyatis_logo
profile: p4_rgb565a
profile: p8_rgb565
font_boson.png:
name: font_boson

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -101,12 +101,27 @@ static void menu_display_about(int offset)
dtext(annimX(8), annimY(16), C_WHITE, "and acknowledgments");
dline(annimX(6), annimY(28), annimX(DWIDTH - 6), annimY(28), C_WHITE);
dtext_opt(
annimX(DWIDTH/ 2),
annimY(47),
C_WHITE, C_NONE,
DTEXT_CENTER, DTEXT_MIDDLE,
"ORIGINAL GAME BY IAN MACLARTY AND JON KERNEY"
);
dtext_opt(
annimX(DWIDTH/ 2),
annimY(60),
C_WHITE, C_NONE,
DTEXT_CENTER, DTEXT_MIDDLE,
"www.boson-x.com"
);
dtext_opt(
annimX(DWIDTH / 2),
annimY(DHEIGHT / 2) - 5,
C_WHITE, C_NONE,
DTEXT_CENTER, DTEXT_MIDDLE,
"GAME BY LEPHENIXNOIR AND YATIS"
"ADAPTED BY LEPHENIXNOIR AND YATIS"
);
}