Update du chargement d'images et convert du background
This commit is contained in:
parent
911c730f72
commit
8634bb991a
Binary file not shown.
Before Width: | Height: | Size: 84 KiB |
BIN
Images/background.png
Normal file
BIN
Images/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 764 KiB |
7
images.c
7
images.c
@ -6,9 +6,10 @@ int main(void){
|
|||||||
InitialiserGraphique();
|
InitialiserGraphique();
|
||||||
ChoisirEcran(0);
|
ChoisirEcran(0);
|
||||||
CreerFenetre(150,150,500,500);
|
CreerFenetre(150,150,500,500);
|
||||||
FILE* background;
|
/*FILE* background;
|
||||||
background=fopen("Images/background.jpg", "r");
|
background=fopen("Images/background.jpg", "x");
|
||||||
void ChargerImageFond(char *background);
|
FILE*/
|
||||||
|
ChargerImage("Images/background.png",0,0,0,0,500,500);
|
||||||
Touche();
|
Touche();
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user