Now there is a crappy sprite

This commit is contained in:
Rohmer Maxime
2024-06-13 16:19:10 +02:00
parent 1424452230
commit 4eb251a05c
25 changed files with 787 additions and 327 deletions
+6
View File
@@ -29,9 +29,15 @@ typedef struct Rect_t{
Size Size;
}Rectangle;
typedef struct Player_t{
Rectangle Hitbox;
int HP;
}Player;
void ILI9341_Initial(void);
void Refresh_Area(Rectangle area);
void Draw_stars();
void Resize_Window(Rectangle area);
void DrawPlayer(Player player, Rectangle areaToDraw);
#endif /* SPI_H_ */