#How to start with UI. HUD not working.

1 messages · Page 1 of 1 (latest)

sonic grove
#
    "namespace": "hud",
    "exp_bar": {
        "type": "image",
        "texture": "textures/hud/CooldownBar",
        "size": [
            "100%c",
            "100%c"
        ]
    },
    "root_panel": {
        "modifications": [
            {
                "array_name":"controls",
                "operation": "insert_front",
                "value" :[
                    {
                        "[email protected]_bar" : {}
                    }
                ]
            }
        ]
    }
}
#

this is what I've made so far

#

and it's not working