{
  "MaxPlayers": 8,
  "MinPlayers": 1,
  "TickRate": 50,
  "GameNetworkType": "Multiplayer",
  "MapSelect": "Unrestricted",
  "MapList": [
    "facepunch.flatgrass"
  ],
  "RankType": "None",
  "PerMapRanking": false,
  "LeaderboardType": "None",
  "CsProjName": "",
  "StartupScene": "scenes/menu.scene",
  "Compiler": {
    "RootNamespace": "Braxnet",
    "DefineConstants": "SANDBOX;ADDON;DEBUG",
    "NoWarn": "1701;1702;1591;",
    "WarningsAsErrors": "",
    "Whitelist": true,
    "AssemblyReferences": [],
    "IgnoreFolders": [
      "editor",
      "unittest"
    ],
    "DistinctAssemblyReferences": []
  },
  "ControlModes": {
    "Keyboard": true,
    "Gamepad": true
  },
  "InputSettings": {
    "Actions": [
      {
        "Name": "Left",
        "KeyboardCode": "A",
        "GamepadCode": "None",
        "GroupName": "Movement"
      },
      {
        "Name": "Right",
        "KeyboardCode": "D",
        "GamepadCode": "None",
        "GroupName": "Movement"
      },
      {
        "Name": "Handbrake",
        "KeyboardCode": "SPACE",
        "GamepadCode": "A",
        "GroupName": "Movement"
      },
      {
        "Name": "FlipCar",
        "KeyboardCode": "r",
        "GamepadCode": "X",
        "GroupName": "Actions"
      },
      {
        "Name": "View",
        "KeyboardCode": "C",
        "GamepadCode": "RightJoystickButton",
        "GroupName": "Actions"
      },
      {
        "Name": "Reset",
        "KeyboardCode": "T",
        "GamepadCode": "Y",
        "GroupName": "Actions"
      },
      {
        "Name": "Throttle",
        "KeyboardCode": "W",
        "GamepadCode": "RightTrigger",
        "GroupName": "Movement"
      },
      {
        "Name": "Brake",
        "KeyboardCode": "S",
        "GamepadCode": "LeftTrigger",
        "GroupName": "Movement"
      },
      {
        "Name": "NewCar",
        "KeyboardCode": "Y",
        "GamepadCode": "B",
        "GroupName": "Actions"
      },
      {
        "Name": "Horn",
        "KeyboardCode": "TAB",
        "GamepadCode": "RightJoystickButton",
        "GroupName": "Actions"
      },
      {
        "Name": "Chat",
        "KeyboardCode": "ENTER",
        "GamepadCode": "SwitchLeftMenu",
        "GroupName": "Other"
      },
      {
        "Name": "MenuUp",
        "KeyboardCode": "W",
        "GamepadCode": "DpadNorth",
        "GroupName": "Other"
      },
      {
        "Name": "MenuDown",
        "KeyboardCode": "S",
        "GamepadCode": "DpadSouth",
        "GroupName": "Other"
      },
      {
        "Name": "Select",
        "KeyboardCode": "ENTER",
        "GamepadCode": "A",
        "GroupName": "Other"
      },
      {
        "Name": "Back",
        "KeyboardCode": "BACKSPACE",
        "GamepadCode": "B",
        "GroupName": "Other"
      },
      {
        "Name": "MenuLeft",
        "KeyboardCode": "A",
        "GamepadCode": "DpadWest",
        "GroupName": "Other"
      },
      {
        "Name": "MenuRight",
        "KeyboardCode": "D",
        "GamepadCode": "DpadEast",
        "GroupName": "Other"
      }
    ],
    "__guid": "7ed93d53-78dc-4f5b-9d85-c2cc9d9ef0df"
  },
  "LaunchMode": "Normal",
  "Resources": "*.car\n*.cdata\n*.ldata\ncars/*\nprefabs/*\n*.vmdl.png\n/fonts/*\n/maps/*.png\n/maps/*.ldata\n*/sounds/music/*.mp3\n*/sounds/music/*.sound\n*/timer.png\n/ui/*.png",
  "CodePackageReferences": []
}