Added basic selection visual

This commit is contained in:
Mitchell McCaffrey
2021-07-19 11:37:41 +10:00
parent 07058db9c2
commit fa2190dd7d
5 changed files with 207 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ function MapContols({
select: {
id: "select",
icon: <SelectToolIcon />,
title: "Select Tool (S)",
title: "Select Tool (L)",
SettingsComponent: SelectToolSettings,
},
fog: {