mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 21:55:09 +00:00
21 lines
348 B
JSON
21 lines
348 B
JSON
{
|
|
"widgets": [
|
|
{
|
|
"id": "main_panel",
|
|
"layout": "columns",
|
|
"widgets": ["button_play", "button_options", "status_text"]
|
|
},
|
|
{
|
|
"id": "status_text",
|
|
"type": "label",
|
|
"text": "GUI demo active"
|
|
}
|
|
],
|
|
"styles": {
|
|
"panel": {
|
|
"background": [0.1, 0.1, 0.12],
|
|
"border": true
|
|
}
|
|
}
|
|
}
|