Changement de l'icône

This commit is contained in:
Shadow 2019-07-17 19:04:05 +02:00
parent 107925056d
commit 3d73d652fe
3 changed files with 5 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -10,11 +10,11 @@
int main(void)
{
dclear(C_WHITE);
dtext(1, 1, "Fly Simulator.", C_BLACK, C_NONE);
dtext(1, 14, "Test de texte.", C_BLACK, C_NONE);
dtext(1, 25, "ABCDEFGHIJKLMNOPQRSTUVWXYZ", C_BLACK, C_NONE);
dtext(1, 36, "abcdefghijklmnopqrstuvwxyz", C_BLACK, C_NONE);
dtext(1, 47, "0123456789 ? ! \" ,.;:", C_BLACK, C_NONE);
dtext(1, 0, "Fly Simulator.", C_BLACK, C_NONE);
dtext(1, 15, "Test de texte.", C_BLACK, C_NONE);
dtext(1, 30, "ABCDEFGHIJKLMNOPQRSTUVWXYZ", C_BLACK, C_NONE);
dtext(1, 45, "abcdefghijklmnopqrstuvwxyz", C_BLACK, C_NONE);
dtext(1, 60, "0123456789 ? ! \" ,.;:", C_BLACK, C_NONE);
dupdate();
getkey();