Ajout de la fonction render au monde
Joueur déplaçable début du cast de rayon Trop fatigué pour faire de la trigo
This commit is contained in:
parent
76306196c0
commit
59939d182b
5 changed files with 117 additions and 4 deletions
5
Player.h
5
Player.h
|
@ -14,7 +14,10 @@ public:
|
|||
float y;
|
||||
float orientation;
|
||||
|
||||
static constexpr float fov = 70;
|
||||
float fov = 70;
|
||||
|
||||
void move(float dx, float dy);
|
||||
void rotate(int alpha);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue