feat: removed references to overview mode and tactics movement
This commit is contained in:
parent
85b0c66cb3
commit
f8ffa67a11
|
@ -19,7 +19,6 @@ class TunnelsPlayer : public Node3D, public IPlayer {
|
|||
enum State {
|
||||
ManualControl = 0x0,
|
||||
Tactics = 0x1,
|
||||
Overview = 0x2,
|
||||
};
|
||||
|
||||
public:
|
||||
|
@ -66,7 +65,6 @@ private:
|
|||
static float const ROTATION_Y_MIN_INFLUENCE;
|
||||
static float const ROTATION_MARGIN_TACTICS_MUL;
|
||||
static float const ROTATION_MARGIN;
|
||||
static float const TACTICS_MOVEMENT_SPEED;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue