From 7ff21fb9aa265b5599e5e9ff75e8bfeed9ea74d3 Mon Sep 17 00:00:00 2001 From: Vectozavr <60608292+vectozavr@users.noreply.github.com> Date: Sun, 19 Sep 2021 19:48:31 +0700 Subject: [PATCH] 1) Create PlayerController 2) Split Screen.cpp into (Screen.cpp & Keyboard.cpp & Mouse.cpp) --- Player.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Player.h b/Player.h index 0501573..4ae1687 100755 --- a/Player.h +++ b/Player.h @@ -24,8 +24,6 @@ private: double _abilityMax = 10; double _ability = _abilityMax; - double _jumpHeight = 3; - double _walkSpeed = 10; double _headAngle = 0; unsigned _kills = 0;