sort of finished movements

This commit is contained in:
Theo Champion 2025-07-10 12:04:17 +02:00
parent 4f573baf23
commit cc12b7554a
3 changed files with 13 additions and 10 deletions

View file

@ -60,8 +60,8 @@ typedef struct s_mapdata
typedef struct s_player
{
float x;
float y;
double x;
double y;
double yaw;
int health;
t_vec2 movement;