{ "root": { "type": "FrameLayout", "name": "hud_root", "width": "match_parent", "height": "match_parent", "children": [ { "type": "StaticImage", "name": "hint2", "width": 72, "height": 354, "y": 200, "x": 500, "horizontal_gravity": "right", "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": 880, "height": 268, "x": 100, "y" : -40, "horizontal_gravity": "right", "texture": "resources/w/ui/img/Hint1.png", "pulse": { "minScale": 0.92, "maxScale": 1.08, "periodMs": 1500 }, "fadeIn": { "durationMs": 1000 } } ] } }