Visual improvements.

This commit is contained in:
2023-11-11 15:43:35 -08:00
parent 4b5c9d6711
commit 2f3cab6310
2 changed files with 28 additions and 18 deletions

View File

@@ -63,13 +63,13 @@ typedef struct {
int last_frame_time;
float delta_time;
struct ball {
struct {
vector2 point;
vector2 velocity;
vector2 dimension;
} ball;
struct player {
struct {
vector2 point;
vector2 dimension;
float vy;