Made the ship more manoeuvrable and now walls spawn on the screen but not collisions yet

This commit is contained in:
2024-06-15 11:06:26 +02:00
parent 9c7b21d83d
commit 4bad589f9b
12 changed files with 294 additions and 212 deletions
+4
View File
@@ -34,6 +34,10 @@ typedef struct Player_t{
int HP;
}Player;
typedef struct Obstacle_t{
Rectangle Hitbox;
}Obstacle;
void ILI9341_Initial(void);
void Refresh_Area(Rectangle area);
void Draw_stars();