Add terrain creation option to menu
This commit is contained in:
@@ -11166,6 +11166,12 @@ export function App({ store, initialStatusMessage }: AppProps) {
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
kind: "action",
|
||||
label: "Terrain",
|
||||
testId: "add-menu-terrain",
|
||||
onSelect: handleCreateTerrain
|
||||
},
|
||||
{
|
||||
kind: "action",
|
||||
label: "Path",
|
||||
|
||||
Reference in New Issue
Block a user