You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Grid Map Editor menu (the drop-down menu that appears when you click on the text "Grid Map" in the pane that opens when a GridMap node is selected) contains several options that do not appear to be implemented.
The _menu_option method in "godot/modules/gridmap/grid_map_editor_plugin.cpp" does not appear to implement handlers for the following menu items:
Create Area
Create Exterior Connector
Erase Area
Having menu options that don't do anything is confusing for users; it leads them into a goose chase for features that do not exist. I request that the menu options be removed, until the features they correspond to are implemented.
The text was updated successfully, but these errors were encountered:
Godot version: v3.0.6
OS/device including version: Arch Linux
Issue description:
The Grid Map Editor menu (the drop-down menu that appears when you click on the text "Grid Map" in the pane that opens when a GridMap node is selected) contains several options that do not appear to be implemented.
The
_menu_option
method in "godot/modules/gridmap/grid_map_editor_plugin.cpp" does not appear to implement handlers for the following menu items:Having menu options that don't do anything is confusing for users; it leads them into a goose chase for features that do not exist. I request that the menu options be removed, until the features they correspond to are implemented.
The text was updated successfully, but these errors were encountered: