{ "root": { "type": "FrameLayout", "name": "hud_root", "width": "match_parent", "height": "match_parent", "children": [ { "type": "StaticImage", "name": "hint2", "width": 36, "height": 177, "y": -30, "x": 0, "horizontal_gravity": "center", "vertical_gravity": "center", "texture": "resources/w/ui/img/hint_arrow_down.png", "pulse": { "minScale": 0.92, "maxScale": 1.08, "periodMs": 1500 }, "fadeIn": { "durationMs": 1000 } }, { "type": "StaticImage", "name": "hint1", "width": 660, "height": 201, "x": 0, "y" : 160, "horizontal_gravity": "center", "vertical_gravity": "center", "texture": "resources/w/ui/img/Hint1.png", "pulse": { "minScale": 0.92, "maxScale": 1.08, "periodMs": 1500 }, "fadeIn": { "durationMs": 1000 } } ] } }