Day 88/100 100 Days of Code
I started working on the button but couldn't do much today because I was quite busy. I always try to squeeze in as much programming time as possible.
Button Structure
struct StartButton
{
int x;
int y;
float width;
float height;
};
G...
digitalcreations.hashnode.dev1 min read