Gridmap editor now lists plane instead of floor when not horizontal.

Instead of gridmap editor calling grid as floor irrespective of the
orientation, it now calls the grid plane if it's vertical and floor
if horizontal.

Resolves: #14611
This commit is contained in:
Anish
2018-02-16 23:15:38 +05:30
parent 3d4bf5a90e
commit 7c356a9c05
2 changed files with 18 additions and 3 deletions

View File

@ -82,6 +82,7 @@ class GridMapEditor : public VBoxContainer {
ConfirmationDialog *settings_dialog;
VBoxContainer *settings_vbc;
SpinBox *settings_pick_distance;
Label *spin_box_label;
struct SetItem {