My Project
|
La structure qui contient les textures du jeu. More...
#include <Display.h>
Data Fields | |
SDL_Texture * | background |
SDL_Texture * | ship |
SDL_Texture * | meteorite |
SDL_Texture * | finishLine |
TTF_Font * | font |
SDL_Color | color |
La structure qui contient les textures du jeu.
background | |
ship | |
meteorite | |
finishLine | |
font | |
color |
SDL_Texture* background |
Texture liée à l'image du fond de l'écran.
SDL_Texture* finishLine |
Texture liée à l'image de la ligne d'arrivée.
SDL_Texture* meteorite |
Texture liée à l'image du météorite.
SDL_Texture* ship |
Texture liée à l'image du vaisseau.