public void TurnRight() { _currentTexture = _rightTexture; _turnedLeft = false; _shotChar.TurnRight(); }