17 lines
628 B
JSON
17 lines
628 B
JSON
{
|
|
"title": "ZOOMENGINE",
|
|
"background_color": [0.04, 0.04, 0.1],
|
|
"title_color": [1.0, 0.85, 0.2],
|
|
"item_color": [0.65, 0.65, 0.7],
|
|
"selected_color": [1.0, 1.0, 0.3],
|
|
"items": [
|
|
{ "label": "Landscape", "action": "landscape" },
|
|
{ "label": "Scene Demo", "action": "demo" },
|
|
{ "label": "Stress Test", "action": "stress" },
|
|
{ "label": "Spinning Monkey", "action": "monkey" },
|
|
{ "label": "Monkey Grid", "action": "monkeygrid" },
|
|
{ "label": "Level Editor", "action": "edit" },
|
|
{ "label": "Quit", "action": "quit" }
|
|
]
|
|
}
|