constants cameraFollow - wxyz-abcd/node-haxball GitHub Wiki

CameraFollow

These values help understand whether the camera will follow the player or not. This is only used as a variable in all stadiums. Here is its current definition:

const CameraFollow = {
  None: 0,
  Player: 1
};