mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 21:55:09 +00:00
16 lines
244 B
JSON
16 lines
244 B
JSON
{
|
|
"name": "gui-demo-panels",
|
|
"panels": [
|
|
{
|
|
"id": "hud",
|
|
"position": [0.0, 0.0, 0.0],
|
|
"size": [1.0, 0.2]
|
|
},
|
|
{
|
|
"id": "debug_overlay",
|
|
"position": [0.0, 0.8, 0.0],
|
|
"size": [1.0, 0.2]
|
|
}
|
|
]
|
|
}
|