{
"scale":16,
"width":20,
"height":15,
"platforms":[ /*left wall*/     {"x":1,    "y":2,   "w":1,   "h":5},
              /*right wall*/    {"x":18,   "y":2,   "w":1,   "h":5},
              /*ceiling*/       {"x":2,    "y":1,   "w":16,  "h":1},
              /*floor*/         {"x":2,    "y":7,   "w":16,  "h":1},
              /*corner*/        {"x":0.5,  "y":0.5, "w":2,   "h":2},
              /*corner*/        {"x":17.5, "y":0.5, "w":2,   "h":2},
              /*corner*/        {"x":17.5, "y":6.5, "w":2,   "h":2},
              /*corner*/        {"x":0.5,  "y":6.5, "w":2,   "h":2}, ],
"items":[ {"x":15, "y":4},
          {"x":14, "y":5},
          {"x":13, "y":6} ],
"player":{"x":3, "y":6},
"status":{"x":10, 
          "y":14,
          "halign":"center", 
          "valign":"middle"},
"message":{"x":10, 
           "y":10.5, 
           "text":"The order is always\nblue, yellow, red", 
           "halign":"center", 
           "valign":"middle"},
"deathaltitude":14,
}