[ { "type" : "box", "id" : "HUD", "background" : "00519600", "x" : 0, "y" : 0, "height" : 100, "width" : 100, "childs" : [ { "type" : "textured", "id" : "timer", "background" : "ui/timer.png", "x" : 1, "y" : 1, "height" : "auto", "width" : 25, "childs" : [ { "type" : "text", "id" : "timerText", "font" : "FreebooterUpdated", "fontsize" : 50, "text" : "00:00", "color" : "ffc514ff", "x" : 10, "y" : 25, "height" : 100, "width" : 100, "childs" : [] } ] }, { "type" : "animation", "id" : "level", "frames" : [ "ui/level/Lvlanzeige_blank_1.png", "ui/level/Lvlanzeige_blank_2.png" ], "frametime" : -1, "x" : 80, "y" : -5, "height" : "auto", "width" : 25, "childs" : [ { "type" : "text", "id" : "stage", "font" : "FreebooterUpdated", "fontsize" : 40, "text" : "1", "color" : "000000FF", "x" : 8, "y" : 42, "height" : 100, "width" : 100, "childs" : [] } ] }, { "type" : "box", "id" : "pointsbox", "background" : "FF000000", "x" : 42.5, "y" : 2, "height" : 8, "width" : 15, "childs" : [ { "type" : "animation", "id" : "coin", "frames" : [ "ui/coin/Frame_01.png", "ui/coin/Frame_03.png", "ui/coin/Frame_05.png", "ui/coin/Frame_07.png", "ui/coin/Frame_09.png", "ui/coin/Frame_11.png", "ui/coin/Frame_13.png", "ui/coin/Frame_15.png", "ui/coin/Frame_17.png", "ui/coin/Frame_19.png", "ui/coin/Frame_21.png", "ui/coin/Frame_23.png", "ui/coin/Frame_25.png", "ui/coin/Frame_27.png", "ui/coin/Frame_29.png", "ui/coin/Frame_31.png", "ui/coin/Frame_33.png", "ui/coin/Frame_35.png", "ui/coin/Frame_37.png", "ui/coin/Frame_39.png" ], "frametime" : 0.1, "x" : 0, "y" : 0, "height" : 100, "width" : "auto", "childs" : [] }, { "type" : "text", "id" : "points", "font" : "FreebooterUpdated", "fontsize" : 55, "text" : "0", "color" : "ffc514ff", "x" : 30, "y" : 28, "height" : 100, "width" : 100, "childs" : [] } ] } ] } ]