fixed resize but , controller support - audio - api added

This commit is contained in:
will
2026-04-11 16:37:20 +01:00
parent 97e9611b33
commit 65771dbcf8
68 changed files with 44863 additions and 37111 deletions

16
build/assets/menu.json Normal file
View File

@@ -0,0 +1,16 @@
{
"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" }
]
}