mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
sort of finished movements
This commit is contained in:
parent
4f573baf23
commit
cc12b7554a
3 changed files with 13 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue