Files
zoom/assets/menu.json
2026-04-23 20:35:26 +01:00

27 lines
1.2 KiB
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": "God Sandbox", "action": "god" },
{ "label": "Grass / Pools", "action": "grass" },
{ "label": "Sunset Forest", "action": "sunset" },
{ "label": "Sanctuary (Full)", "action": "sanctuary" },
{ "label": "Dam (Multi-water)", "action": "dam" },
{ "label": "Waterfall (Flow)", "action": "waterfall" },
{ "label": "Physics Playground","action": "playground" },
{ "label": "Four-Quadrant Map", "action": "fourmap" },
{ "label": "Builders (top-down)", "action": "builders" },
{ "label": "Odyssey (Explore)", "action": "odyssey" },
{ "label": "Level Editor", "action": "edit" },
{ "label": "Quit", "action": "quit" }
]
}