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

BackgroundType

This is the type of the variable in a stadium that defines its background texture type. Here is its current definition:

const BackgroundType = {
  None: 0,
  Grass: 1,
  Hockey: 2
};