{
"scale":16,
"width":20,
"height":30,
"platforms":[ /*floor 1*/   {"x":3,  "y":28, "w":14, "h":3},
              /*platform*/  {"x":16, "y":16, "w":3, "h":1}, ],
"spikes":[],
"items":[ {"x":11, "y":4},
          {"x":12, "y":5},
          {"x":13, "y":6} ],
"player":{"x":6, "y":27},
"status":{"x":10, 
          "y":29,
          "halign":"center", 
          "valign":"middle"},
"message":{"x":10, 
           "y":11, 
           "text":"\n\n\n\n\n\n\n/|\\\n|\n|\n\n(up there)", 
           "halign":"center", 
           "valign":"top"},
"deathaltitude":33,
}