Horrible game but I need to send it now

This commit is contained in:
2024-06-21 10:30:33 +02:00
parent fd7a8804ea
commit 6b685afbea
12 changed files with 352 additions and 275 deletions
+1 -2
View File
@@ -39,10 +39,9 @@ typedef struct Obstacle_t{
}Obstacle;
void ILI9341_Initial(void);
void Refresh_Area(Rectangle area);
void Draw_stars();
void Resize_Window(Rectangle area);
void Refresh_Area(Rectangle area);
void Refresh_Area(Rectangle area,Obstacle *walls,int number_of_walls);
void DrawPlayer(Player player, Rectangle areaToDraw);
void DrawText(Point starting_point,char text[],Size charSize);
void Refresh_Player_Area(Rectangle area,Rectangle Hitbox);