mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-27 15:14:58 +00:00
62 lines
1.1 KiB
JSON
62 lines
1.1 KiB
JSON
{
|
|
"template": "frame.default",
|
|
"nodes": [
|
|
{
|
|
"id": "gui_begin",
|
|
"plugin": "frame.begin",
|
|
"position": [0, 0],
|
|
"inputs": {
|
|
"delta": "frame.delta",
|
|
"elapsed": "frame.elapsed"
|
|
}
|
|
},
|
|
{
|
|
"id": "gui_layout",
|
|
"plugin": "frame.gui",
|
|
"position": [260, 0],
|
|
"inputs": {
|
|
"elapsed": "frame.elapsed"
|
|
}
|
|
},
|
|
{
|
|
"id": "render_ui",
|
|
"plugin": "frame.render",
|
|
"position": [520, 0],
|
|
"inputs": {
|
|
"elapsed": "frame.elapsed"
|
|
}
|
|
},
|
|
{
|
|
"id": "capture_ui",
|
|
"plugin": "validation.tour.checkpoint",
|
|
"position": [780, 0],
|
|
"inputs": {
|
|
"checkpoint": "packages.gui_demo"
|
|
}
|
|
}
|
|
],
|
|
"connections": {
|
|
"gui_begin": {
|
|
"main": [
|
|
[
|
|
{ "node": "gui_layout", "type": "main", "index": 0 }
|
|
]
|
|
]
|
|
},
|
|
"gui_layout": {
|
|
"main": [
|
|
[
|
|
{ "node": "render_ui", "type": "main", "index": 0 }
|
|
]
|
|
]
|
|
},
|
|
"render_ui": {
|
|
"main": [
|
|
[
|
|
{ "node": "capture_ui", "type": "main", "index": 0 }
|
|
]
|
|
]
|
|
}
|
|
}
|
|
}
|