fix on the movement model and the text is still fucked

This commit is contained in:
Rohmer Maxime
2024-06-13 17:54:29 +02:00
parent 5f6bfb3439
commit c32b714a81
9 changed files with 76 additions and 76 deletions
+1
View File
@@ -38,6 +38,7 @@ void ILI9341_Initial(void);
void Refresh_Area(Rectangle area);
void Draw_stars();
void Resize_Window(Rectangle area);
void Refresh_Area(Rectangle area);
void DrawPlayer(Player player, Rectangle areaToDraw);
void DrawText(Point starting_point,char text[],Size charSize);