Now there is a crappy sprite
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user