fixed resize but , controller support - audio - api added
This commit is contained in:
16
build/assets/menu.json
Normal file
16
build/assets/menu.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user