Add terrain creation option to menu

This commit is contained in:
2026-04-18 19:49:40 +02:00
parent 1181a0ad59
commit 4146454a60

View File

@@ -11166,6 +11166,12 @@ export function App({ store, initialStatusMessage }: AppProps) {
}
]
},
{
kind: "action",
label: "Terrain",
testId: "add-menu-terrain",
onSelect: handleCreateTerrain
},
{
kind: "action",
label: "Path",