correction orthographe
This commit is contained in:
BIN
image/background.png
LFS
BIN
image/background.png
LFS
Binary file not shown.
@@ -161,7 +161,7 @@ void initSDL (dis *display_user)
|
||||
SDL_Init (SDL_INIT_VIDEO);
|
||||
TTF_Init ();
|
||||
display_user->window
|
||||
= SDL_CreateWindow ("Sokoman", SDL_WINDOWPOS_CENTERED,
|
||||
= SDL_CreateWindow ("Sokoban", SDL_WINDOWPOS_CENTERED,
|
||||
SDL_WINDOWPOS_CENTERED, display_user->size_window,
|
||||
display_user->size_window, SDL_WINDOW_SHOWN);
|
||||
if (!display_user->window)
|
||||
|
||||
@@ -37,7 +37,7 @@ int main ()
|
||||
vect pos = {4, 1};
|
||||
char**menu = generatorMenu("maps", &dim_menu, &pos);
|
||||
|
||||
|
||||
backgroundDisplay(&display_user);
|
||||
vect null = {0, 0};
|
||||
output = inGameLoop (menu, &dim_menu, &pos, &null , 1,
|
||||
&display_user, &score_user, true);
|
||||
|
||||
Reference in New Issue
Block a user