{
  "gnTimerLayout": 1,
  "name": "Pixel Arcade",
  "layout": {
    "v": 1,
    "screens": [
      {
        "root": {
          "col": [
            {
              "cell": {
                "text": "INSERT COIN",
                "size": 9,
                "bold": true,
                "color": "#ffec27",
                "bg": "#7e2553",
                "border": "5px solid #ffffff",
                "pad": "2vh 2vw"
              },
              "weight": 3
            },
            {
              "cell": {
                "text": "<clock>",
                "fit": true,
                "bold": true,
                "color": "#00e436"
              },
              "weight": 4
            },
            {
              "cell": {
                "text": "NEXT STAGE: <blinds.next>",
                "size": 3.2,
                "bold": true,
                "color": "#29adff"
              },
              "weight": 1
            }
          ],
          "gap": "1.6vh",
          "pad": "3vh 2vw"
        },
        "name": "Break",
        "when": "on_break",
        "bg": {
          "color": "#1a103c"
        }
      },
      {
        "root": {
          "col": [
            {
              "row": [
                {
                  "cell": {
                    "text": "LVL <round.num>",
                    "size": 3.4,
                    "bold": true,
                    "color": "#ffffff",
                    "bg": "#ff004d",
                    "border": "4px solid #ffffff",
                    "pad": "0.6vh 1vw"
                  },
                  "weight": 1
                },
                {
                  "cell": {
                    "text": "<players.left> UP",
                    "size": 3.4,
                    "bold": true,
                    "color": "#1a103c",
                    "bg": "#ffec27",
                    "border": "4px solid #ffffff",
                    "pad": "0.6vh 1vw"
                  },
                  "weight": 1
                },
                {
                  "cell": {
                    "text": "POT <money.pot>",
                    "size": 3.4,
                    "bold": true,
                    "color": "#ffffff",
                    "bg": "#7e2553",
                    "border": "4px solid #ffffff",
                    "pad": "0.6vh 1vw"
                  },
                  "weight": 1.2
                }
              ],
              "gap": "1vw",
              "weight": 13
            },
            {
              "cell": {
                "text": "<clock>",
                "fit": true,
                "bold": true,
                "clockColors": true,
                "color": "#00e436",
                "variants": [
                  {
                    "when": "paused",
                    "text": "PAUSED <clock>",
                    "color": "#ff004d"
                  }
                ]
              },
              "weight": 42,
              "pad": "1vh 2vw",
              "bg": "#10082b",
              "border": "5px solid #ffffff"
            },
            {
              "row": [
                {
                  "cell": {
                    "text": "BLINDS <blinds.now>",
                    "size": 5.2,
                    "bold": true,
                    "color": "#ffffff",
                    "bg": "#29adff",
                    "border": "4px solid #ffffff",
                    "pad": "1vh 1vw"
                  },
                  "weight": 2
                },
                {
                  "cell": {
                    "text": "NEXT <blinds.next>",
                    "size": 3,
                    "bold": true,
                    "color": "#1a103c",
                    "bg": "#00e436",
                    "border": "4px solid #ffffff",
                    "pad": "1vh 1vw"
                  },
                  "weight": 1.3
                }
              ],
              "gap": "1vw",
              "weight": 26
            },
            {
              "cell": {
                "text": "HI-SCORES  <prizes.line>",
                "size": 2.4,
                "bold": true,
                "color": "#ffec27"
              },
              "weight": 9
            }
          ],
          "gap": "1.4vh",
          "pad": "2vh 1.8vw"
        },
        "name": "Main",
        "bg": {
          "color": "#1a103c"
        }
      }
    ],
    "triggers": [
      {
        "when": "levelChange",
        "do": [
          {
            "sound": "preset:double"
          }
        ]
      },
      {
        "when": "clock.seconds <= 60 and running",
        "do": [
          {
            "sound": "preset:countdown"
          },
          {
            "flash": "screen"
          }
        ]
      },
      {
        "when": "gameOver",
        "do": [
          {
            "sound": "preset:casino"
          },
          {
            "announce": "Game over"
          }
        ],
        "once": true
      }
    ]
  }
}