1
0
Fork 0

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:
trotFunky 2019-06-01 06:42:29 +02:00
parent 76306196c0
commit 59939d182b
5 changed files with 117 additions and 4 deletions

View file

@ -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);
};