1) Create PlayerController

2) Split Screen.cpp into (Screen.cpp & Keyboard.cpp & Mouse.cpp)
master
Vectozavr 2021-09-19 19:48:31 +07:00
parent 5a1c9d8f67
commit 7ff21fb9aa
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ private:
double _abilityMax = 10; double _abilityMax = 10;
double _ability = _abilityMax; double _ability = _abilityMax;
double _jumpHeight = 3;
double _walkSpeed = 10;
double _headAngle = 0; double _headAngle = 0;
unsigned _kills = 0; unsigned _kills = 0;