File: background_scroll

Description

This JSON file controls the scrolling of the background of the main menu.

Default JSON

{
  "width": 0.0,
  "height": 200.0,
  "verticalTime": 2.0,
  "horizontalTime": 2.0,
  "ease": "Linear",
  "loopType": "Restart"
}

When you create your JSON file, if you don't include a variable it will just use the default value. You don't need to include every variable! Only include variables you want to change, otherwise it will get messy.

This JSON file uses enums, which are just variables that have multiple preset options. Here are the options for the included enums:

Associated Categories