Skip to content

constants backgroundType

abc edited this page Mar 27, 2023 · 1 revision

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
};
Clone this wiki locally