Super-Nostalgia-Zone/UI/Health/HealthBar.model.json

31 lines
651 B
JSON

{
"ClassName": "Frame",
"Properties":
{
"BorderSizePixel": 0,
"AnchorPoint": [0.5, 0],
"BackgroundColor3": [1, 0, 0],
"Position": [0.5, 0, 0, 0],
"Size": [0, 12, 0, 112]
},
"Children":
[
{
"Name": "HealthGauge",
"ClassName": "Frame",
"Properties":
{
"BorderSizePixel": 0,
"AnchorPoint": [0.5, 1],
"BackgroundColor3": [0.5058, 0.7725, 0.086],
"Position": [0.5, 0, 1, 0],
"Size": [1, 0, 1, 0]
}
}
]
}