mirror of
https://github.com/eliasstepanik/voxel-simulation.git
synced 2026-01-12 14:28:28 +00:00
9 lines
254 B
JSON
9 lines
254 B
JSON
{
|
|
"items": [
|
|
{ "label": "Toggle Wireframe", "action": "toggle_wireframe" },
|
|
{ "label": "Toggle Grid", "action": "toggle_grid" },
|
|
{ "label": "Toggle Edit Mode", "action": "toggle_edit_mode" },
|
|
{ "label": "Exit", "action": "exit" }
|
|
]
|
|
}
|